結果

問題 No.1114 足し算盆に返らず
ユーザー googol_S0googol_S0
提出日時 2020-07-17 21:23:07
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 38 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 100 ms
コンパイル使用メモリ 10,496 KB
実行使用メモリ 10,612 KB
最終ジャッジ日時 2023-08-19 23:24:37
合計ジャッジ時間 6,005 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
10,572 KB
testcase_01 AC 35 ms
10,500 KB
testcase_02 AC 36 ms
10,536 KB
testcase_03 AC 31 ms
9,868 KB
testcase_04 AC 34 ms
10,120 KB
testcase_05 AC 25 ms
9,312 KB
testcase_06 AC 35 ms
10,160 KB
testcase_07 AC 34 ms
10,328 KB
testcase_08 AC 26 ms
9,468 KB
testcase_09 AC 25 ms
9,260 KB
testcase_10 AC 27 ms
9,448 KB
testcase_11 AC 16 ms
8,228 KB
testcase_12 AC 29 ms
9,672 KB
testcase_13 AC 35 ms
10,612 KB
testcase_14 AC 18 ms
8,468 KB
testcase_15 AC 23 ms
9,072 KB
testcase_16 AC 25 ms
9,420 KB
testcase_17 AC 29 ms
9,832 KB
testcase_18 AC 21 ms
8,832 KB
testcase_19 AC 23 ms
9,160 KB
testcase_20 AC 35 ms
10,476 KB
testcase_21 AC 23 ms
9,044 KB
testcase_22 AC 14 ms
7,828 KB
testcase_23 AC 14 ms
7,840 KB
testcase_24 AC 14 ms
7,824 KB
testcase_25 AC 14 ms
7,800 KB
testcase_26 AC 14 ms
7,828 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(*list(range(1,int(input())+1,2)))
0