結果

問題 No.1256 連続整数列
ユーザー KudeKude
提出日時 2020-10-16 21:30:56
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 50 bytes
コンパイル時間 378 ms
コンパイル使用メモリ 87,104 KB
実行使用メモリ 71,540 KB
最終ジャッジ日時 2023-09-28 06:54:09
合計ジャッジ時間 2,896 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
71,248 KB
testcase_01 AC 63 ms
71,444 KB
testcase_02 AC 62 ms
71,276 KB
testcase_03 AC 63 ms
71,356 KB
testcase_04 AC 62 ms
71,336 KB
testcase_05 AC 67 ms
71,316 KB
testcase_06 AC 63 ms
71,176 KB
testcase_07 AC 62 ms
71,196 KB
testcase_08 AC 60 ms
71,376 KB
testcase_09 WA -
testcase_10 AC 64 ms
71,540 KB
testcase_11 AC 61 ms
71,464 KB
testcase_12 AC 63 ms
71,244 KB
testcase_13 AC 62 ms
71,420 KB
testcase_14 AC 61 ms
71,292 KB
testcase_15 AC 62 ms
71,492 KB
testcase_16 AC 62 ms
71,328 KB
testcase_17 AC 61 ms
71,456 KB
testcase_18 AC 62 ms
71,312 KB
testcase_19 AC 63 ms
71,396 KB
testcase_20 AC 62 ms
71,460 KB
testcase_21 AC 62 ms
71,276 KB
testcase_22 AC 62 ms
71,252 KB
testcase_23 AC 63 ms
71,060 KB
testcase_24 AC 63 ms
71,360 KB
testcase_25 AC 62 ms
71,156 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a = int(input())
print('YES' if a != 1 else 'No')
0