Submission #00073


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include<bits/stdc++.h>
using namespace std;
int main()
{
int s1,s2,t1,t2;
cin>>s1>>t1>>s2>>t2;
if(s1<=t2 && t1>=s2){
cout<<"Yes"<<endl;
}else{
cout<<"No"<<endl;
}
return 0;
}

ステータス

項目 データ
問題 0002 - 野菜だいきらいの会
ユーザー名 ei1820
投稿日時 2019-05-27 17:18:47
言語 C++14
状態 Accepted
得点 1
ソースコード長 218 Byte
最大実行時間 29 ms
最大メモリ使用量 644 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input-sample01 AC 18 ms 604 KB
1
input-sample02 AC 24 ms 580 KB
1
input-sample03 AC 24 ms 548 KB
1
input-sample04 AC 20 ms 644 KB
1
input01 AC 19 ms 616 KB
1
input02 AC 24 ms 456 KB
1
input03 AC 15 ms 432 KB
1
input04 AC 29 ms 528 KB
1
input05 AC 27 ms 632 KB
1
input06 AC 22 ms 480 KB
1
input07 AC 21 ms 584 KB
1
input08 AC 21 ms 556 KB
1
input09 AC 26 ms 528 KB
1
input10 AC 23 ms 496 KB
1
input11 AC 17 ms 464 KB
1
input12 AC 21 ms 560 KB
1
input13 AC 29 ms 532 KB
1
input14 AC 27 ms 508 KB
1
input15 AC 24 ms 480 KB
1
input16 AC 22 ms 576 KB
1