結果

問題 No.1114 足し算盆に返らず
ユーザー mlihua09mlihua09
提出日時 2020-09-17 03:22:11
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 91 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 260 ms
コンパイル使用メモリ 87,028 KB
実行使用メモリ 79,932 KB
最終ジャッジ日時 2023-09-04 04:25:03
合計ジャッジ時間 10,211 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
79,788 KB
testcase_01 AC 88 ms
79,932 KB
testcase_02 AC 91 ms
79,780 KB
testcase_03 AC 86 ms
78,756 KB
testcase_04 AC 88 ms
79,732 KB
testcase_05 AC 85 ms
77,716 KB
testcase_06 AC 88 ms
79,592 KB
testcase_07 AC 89 ms
79,660 KB
testcase_08 AC 85 ms
78,208 KB
testcase_09 AC 84 ms
77,228 KB
testcase_10 AC 87 ms
78,100 KB
testcase_11 AC 82 ms
76,184 KB
testcase_12 AC 88 ms
78,516 KB
testcase_13 AC 91 ms
79,912 KB
testcase_14 AC 84 ms
76,104 KB
testcase_15 AC 85 ms
77,020 KB
testcase_16 AC 86 ms
77,664 KB
testcase_17 AC 87 ms
78,304 KB
testcase_18 AC 83 ms
76,164 KB
testcase_19 AC 83 ms
77,176 KB
testcase_20 AC 87 ms
79,792 KB
testcase_21 AC 83 ms
77,208 KB
testcase_22 AC 72 ms
70,952 KB
testcase_23 AC 72 ms
70,932 KB
testcase_24 AC 71 ms
70,972 KB
testcase_25 AC 71 ms
70,884 KB
testcase_26 AC 70 ms
70,984 KB
権限があれば一括ダウンロードができます

ソースコード

diff #


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