結果

問題 No.1114 足し算盆に返らず
ユーザー mlihua09mlihua09
提出日時 2020-09-17 03:22:11
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 55 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 253 ms
コンパイル使用メモリ 82,596 KB
実行使用メモリ 77,520 KB
最終ジャッジ日時 2024-06-22 03:57:18
合計ジャッジ時間 17,407 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 55 ms
77,412 KB
testcase_01 AC 52 ms
77,520 KB
testcase_02 AC 48 ms
76,516 KB
testcase_03 AC 49 ms
72,688 KB
testcase_04 AC 50 ms
75,248 KB
testcase_05 AC 49 ms
69,060 KB
testcase_06 AC 53 ms
76,116 KB
testcase_07 AC 48 ms
75,800 KB
testcase_08 AC 45 ms
70,340 KB
testcase_09 AC 45 ms
69,676 KB
testcase_10 AC 47 ms
71,040 KB
testcase_11 AC 40 ms
62,160 KB
testcase_12 AC 47 ms
73,160 KB
testcase_13 AC 50 ms
76,488 KB
testcase_14 AC 42 ms
64,388 KB
testcase_15 AC 45 ms
68,524 KB
testcase_16 AC 50 ms
70,316 KB
testcase_17 AC 48 ms
72,196 KB
testcase_18 AC 44 ms
66,764 KB
testcase_19 AC 46 ms
67,752 KB
testcase_20 AC 50 ms
75,808 KB
testcase_21 AC 46 ms
68,340 KB
testcase_22 AC 32 ms
51,944 KB
testcase_23 AC 32 ms
52,084 KB
testcase_24 AC 33 ms
53,348 KB
testcase_25 AC 32 ms
52,740 KB
testcase_26 AC 35 ms
52,356 KB
権限があれば一括ダウンロードができます

ソースコード

diff #


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