結果

問題 No.1672 404 Not Found
ユーザー hydruhydru
提出日時 2021-09-10 21:20:56
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 75 ms / 1,000 ms
コード長 64 bytes
コンパイル時間 1,905 ms
コンパイル使用メモリ 86,928 KB
実行使用メモリ 71,524 KB
最終ジャッジ日時 2023-09-02 15:36:17
合計ジャッジ時間 2,589 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 71 ms
71,168 KB
testcase_01 AC 70 ms
71,268 KB
testcase_02 AC 71 ms
71,524 KB
testcase_03 AC 73 ms
71,260 KB
testcase_04 AC 74 ms
71,260 KB
testcase_05 AC 74 ms
71,168 KB
testcase_06 AC 74 ms
71,316 KB
testcase_07 AC 74 ms
71,360 KB
testcase_08 AC 75 ms
71,232 KB
testcase_09 AC 72 ms
71,168 KB
testcase_10 AC 74 ms
71,244 KB
testcase_11 AC 72 ms
71,320 KB
testcase_12 AC 73 ms
71,476 KB
testcase_13 AC 71 ms
71,508 KB
testcase_14 AC 72 ms
71,252 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s=int(input())
if s>=400:
    print("Yes")
else:
    print("No")
0