結果

問題 No.1256 連続整数列
ユーザー lllllll88938494lllllll88938494
提出日時 2023-03-24 02:10:12
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 29 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 82,192 KB
実行使用メモリ 54,088 KB
最終ジャッジ日時 2024-09-18 15:49:53
合計ジャッジ時間 1,731 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,368 KB
testcase_01 AC 35 ms
52,220 KB
testcase_02 AC 35 ms
53,172 KB
testcase_03 AC 32 ms
51,996 KB
testcase_04 AC 32 ms
52,328 KB
testcase_05 AC 32 ms
52,688 KB
testcase_06 AC 34 ms
52,144 KB
testcase_07 AC 32 ms
52,804 KB
testcase_08 AC 32 ms
52,440 KB
testcase_09 WA -
testcase_10 AC 36 ms
51,948 KB
testcase_11 AC 34 ms
53,160 KB
testcase_12 AC 35 ms
53,196 KB
testcase_13 AC 35 ms
52,324 KB
testcase_14 AC 35 ms
52,968 KB
testcase_15 AC 35 ms
52,412 KB
testcase_16 AC 34 ms
52,672 KB
testcase_17 AC 33 ms
51,740 KB
testcase_18 AC 34 ms
52,264 KB
testcase_19 AC 34 ms
51,956 KB
testcase_20 AC 32 ms
52,736 KB
testcase_21 AC 33 ms
52,640 KB
testcase_22 AC 32 ms
52,008 KB
testcase_23 AC 32 ms
53,164 KB
testcase_24 AC 32 ms
52,028 KB
testcase_25 AC 32 ms
52,472 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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