Submission #36479


ソースコード

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

ステータス

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

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input-sample01 AC 21 ms 480 KB
1
input-sample02 AC 23 ms 724 KB
1
input-sample03 AC 23 ms 572 KB
1
input-sample04 AC 23 ms 560 KB
1
input01 AC 24 ms 544 KB
1
input02 AC 23 ms 656 KB
1
input03 AC 23 ms 640 KB
1
input04 AC 24 ms 500 KB
1
input05 AC 19 ms 356 KB
1
input06 AC 24 ms 340 KB
1
input07 AC 20 ms 584 KB
1
input08 AC 24 ms 572 KB
1
input09 AC 19 ms 560 KB
1
input10 AC 23 ms 548 KB
1
input11 AC 21 ms 532 KB
1
input12 AC 19 ms 516 KB
1
input13 AC 21 ms 500 KB
1
input14 AC 19 ms 612 KB
1
input15 AC 25 ms 596 KB
1
input16 AC 21 ms 456 KB
1