Submission #34627


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
#include<stdio.h>
int main(){
int s1,t1,s2,t2;
scanf("%d %d",&s1,&t1);
scanf("%d %d",&s2,&t2);
if(s1<=t2 && t1>=s2 || s2<=s1 && t2>=t1){
printf("Yes\n");
}else{
printf("No\n");
}
return 0;
}

ステータス

項目 データ
問題 0925 - 野菜だいきらいの会
ユーザー名 Zzz..ei1704..Zzz
投稿日時 2018-05-03 20:16:30
言語 C
状態 Accepted
得点 1
ソースコード長 224 Byte
最大実行時間 26 ms
最大メモリ使用量 620 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input-sample01 AC 26 ms 380 KB
1
input-sample02 AC 22 ms 440 KB
1
input-sample03 AC 24 ms 468 KB
1
input-sample04 AC 22 ms 428 KB
1
input01 AC 22 ms 448 KB
1
input02 AC 20 ms 412 KB
1
input03 AC 22 ms 440 KB
1
input04 AC 22 ms 500 KB
1
input05 AC 21 ms 432 KB
1
input06 AC 18 ms 396 KB
1
input07 AC 25 ms 320 KB
1
input08 AC 17 ms 348 KB
1
input09 AC 20 ms 532 KB
1
input10 AC 21 ms 488 KB
1
input11 AC 19 ms 508 KB
1
input12 AC 20 ms 564 KB
1
input13 AC 17 ms 620 KB
1
input14 AC 18 ms 544 KB
1
input15 AC 22 ms 504 KB
1
input16 AC 18 ms 424 KB
1