結果

問題 No.1114 足し算盆に返らず
ユーザー Kiri8128Kiri8128
提出日時 2020-07-14 01:17:52
言語 Python3
(3.11.6 + numpy 1.26.0 + scipy 1.11.3)
結果
AC  
実行時間 38 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 232 ms
コンパイル使用メモリ 10,720 KB
実行使用メモリ 10,516 KB
最終ジャッジ日時 2023-08-10 05:03:17
合計ジャッジ時間 9,282 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 37 ms
10,380 KB
testcase_01 AC 38 ms
10,516 KB
testcase_02 AC 37 ms
10,380 KB
testcase_03 AC 32 ms
9,924 KB
testcase_04 AC 36 ms
10,392 KB
testcase_05 AC 27 ms
9,440 KB
testcase_06 AC 36 ms
10,332 KB
testcase_07 AC 36 ms
10,292 KB
testcase_08 AC 28 ms
9,700 KB
testcase_09 AC 27 ms
9,532 KB
testcase_10 AC 28 ms
9,676 KB
testcase_11 AC 16 ms
8,224 KB
testcase_12 AC 31 ms
9,756 KB
testcase_13 AC 38 ms
10,480 KB
testcase_14 AC 19 ms
8,624 KB
testcase_15 AC 24 ms
9,212 KB
testcase_16 AC 27 ms
9,468 KB
testcase_17 AC 31 ms
9,776 KB
testcase_18 AC 22 ms
8,964 KB
testcase_19 AC 25 ms
9,424 KB
testcase_20 AC 36 ms
10,348 KB
testcase_21 AC 24 ms
9,224 KB
testcase_22 AC 15 ms
7,784 KB
testcase_23 AC 16 ms
7,780 KB
testcase_24 AC 15 ms
7,912 KB
testcase_25 AC 14 ms
7,912 KB
testcase_26 AC 15 ms
7,792 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(*[i for i in range(1, int(input()) + 1, 2)])
0