結果

問題 No.1107 三善アクセント
ユーザー now4estnow4est
提出日時 2020-07-11 02:01:40
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 60 bytes
コンパイル時間 159 ms
コンパイル使用メモリ 82,292 KB
実行使用メモリ 53,900 KB
最終ジャッジ日時 2024-04-20 04:17:34
合計ジャッジ時間 2,059 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,820 KB
testcase_01 AC 37 ms
52,488 KB
testcase_02 AC 37 ms
52,348 KB
testcase_03 AC 36 ms
53,768 KB
testcase_04 AC 35 ms
53,232 KB
testcase_05 AC 36 ms
52,356 KB
testcase_06 AC 36 ms
51,888 KB
testcase_07 AC 36 ms
52,364 KB
testcase_08 AC 37 ms
52,944 KB
testcase_09 AC 36 ms
52,236 KB
testcase_10 WA -
testcase_11 AC 36 ms
52,556 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 36 ms
52,392 KB
testcase_15 AC 36 ms
53,104 KB
testcase_16 WA -
testcase_17 AC 36 ms
52,180 KB
testcase_18 WA -
testcase_19 AC 35 ms
51,680 KB
testcase_20 AC 35 ms
52,052 KB
testcase_21 AC 36 ms
52,904 KB
testcase_22 AC 35 ms
52,944 KB
testcase_23 AC 35 ms
52,284 KB
testcase_24 AC 36 ms
52,368 KB
testcase_25 AC 35 ms
52,776 KB
testcase_26 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

a,b,c,d=map(int,input().split())
print('NYOE S'[a<b&c>d::2])
0