結果

問題 No.1114 足し算盆に返らず
ユーザー もりをもりを
提出日時 2020-07-17 22:13:05
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 94 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 801 ms
コンパイル使用メモリ 86,832 KB
実行使用メモリ 79,860 KB
最終ジャッジ日時 2023-08-20 01:34:39
合計ジャッジ時間 9,014 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 94 ms
79,856 KB
testcase_01 AC 93 ms
79,664 KB
testcase_02 AC 93 ms
79,812 KB
testcase_03 AC 89 ms
79,012 KB
testcase_04 AC 93 ms
79,536 KB
testcase_05 AC 91 ms
77,464 KB
testcase_06 AC 93 ms
79,380 KB
testcase_07 AC 91 ms
79,768 KB
testcase_08 AC 91 ms
78,092 KB
testcase_09 AC 89 ms
77,532 KB
testcase_10 AC 90 ms
78,052 KB
testcase_11 AC 84 ms
75,968 KB
testcase_12 AC 89 ms
78,648 KB
testcase_13 AC 90 ms
79,780 KB
testcase_14 AC 82 ms
76,268 KB
testcase_15 AC 87 ms
77,056 KB
testcase_16 AC 86 ms
77,772 KB
testcase_17 AC 87 ms
78,576 KB
testcase_18 AC 85 ms
76,264 KB
testcase_19 AC 85 ms
77,084 KB
testcase_20 AC 89 ms
79,860 KB
testcase_21 AC 85 ms
76,976 KB
testcase_22 AC 72 ms
71,004 KB
testcase_23 AC 71 ms
70,920 KB
testcase_24 AC 72 ms
71,088 KB
testcase_25 AC 73 ms
71,004 KB
testcase_26 AC 76 ms
70,828 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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