結果

問題 No.1114 足し算盆に返らず
ユーザー KeroruKeroru
提出日時 2020-07-17 21:46:32
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 97 ms / 2,000 ms
コード長 48 bytes
コンパイル時間 390 ms
コンパイル使用メモリ 87,204 KB
実行使用メモリ 81,164 KB
最終ジャッジ日時 2023-08-20 00:27:56
合計ジャッジ時間 8,624 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 92 ms
80,924 KB
testcase_01 AC 97 ms
81,080 KB
testcase_02 AC 96 ms
81,164 KB
testcase_03 AC 88 ms
78,740 KB
testcase_04 AC 90 ms
79,832 KB
testcase_05 AC 88 ms
77,556 KB
testcase_06 AC 91 ms
79,736 KB
testcase_07 AC 91 ms
79,812 KB
testcase_08 AC 87 ms
78,068 KB
testcase_09 AC 85 ms
77,184 KB
testcase_10 AC 88 ms
77,920 KB
testcase_11 AC 84 ms
75,836 KB
testcase_12 AC 90 ms
78,480 KB
testcase_13 AC 96 ms
81,060 KB
testcase_14 AC 86 ms
76,148 KB
testcase_15 AC 89 ms
76,780 KB
testcase_16 AC 89 ms
77,580 KB
testcase_17 AC 89 ms
78,340 KB
testcase_18 AC 84 ms
76,036 KB
testcase_19 AC 85 ms
77,268 KB
testcase_20 AC 96 ms
81,016 KB
testcase_21 AC 85 ms
76,976 KB
testcase_22 AC 74 ms
71,208 KB
testcase_23 AC 72 ms
71,160 KB
testcase_24 AC 73 ms
71,040 KB
testcase_25 AC 74 ms
70,972 KB
testcase_26 AC 76 ms
71,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(*(2*i+1for i in range(-~int(input())//2)))
0