結果

問題 No.1256 連続整数列
ユーザー yuusanlondonyuusanlondon
提出日時 2020-10-16 21:21:33
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 27 bytes
コンパイル時間 259 ms
コンパイル使用メモリ 86,872 KB
実行使用メモリ 71,556 KB
最終ジャッジ日時 2023-09-28 06:46:38
合計ジャッジ時間 2,899 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
71,404 KB
testcase_01 AC 67 ms
71,328 KB
testcase_02 AC 66 ms
71,184 KB
testcase_03 AC 67 ms
71,328 KB
testcase_04 AC 68 ms
71,316 KB
testcase_05 AC 66 ms
71,068 KB
testcase_06 AC 63 ms
71,180 KB
testcase_07 AC 61 ms
71,384 KB
testcase_08 AC 61 ms
71,320 KB
testcase_09 WA -
testcase_10 AC 60 ms
71,180 KB
testcase_11 AC 60 ms
71,356 KB
testcase_12 AC 60 ms
71,332 KB
testcase_13 AC 60 ms
71,392 KB
testcase_14 AC 62 ms
71,184 KB
testcase_15 AC 61 ms
71,176 KB
testcase_16 AC 61 ms
71,068 KB
testcase_17 AC 61 ms
71,376 KB
testcase_18 AC 61 ms
71,556 KB
testcase_19 AC 61 ms
71,456 KB
testcase_20 AC 62 ms
71,332 KB
testcase_21 AC 61 ms
71,176 KB
testcase_22 AC 61 ms
71,328 KB
testcase_23 AC 62 ms
71,384 KB
testcase_24 AC 62 ms
71,268 KB
testcase_25 AC 62 ms
71,480 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n=int(input())
print('YES')
0