結果

問題 No.1114 足し算盆に返らず
ユーザー convexineqconvexineq
提出日時 2021-05-10 05:02:19
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 57 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 795 ms
コンパイル使用メモリ 81,664 KB
実行使用メモリ 73,572 KB
最終ジャッジ日時 2023-10-19 12:51:27
合計ジャッジ時間 20,635 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 56 ms
73,572 KB
testcase_01 AC 55 ms
73,572 KB
testcase_02 AC 55 ms
73,572 KB
testcase_03 AC 54 ms
69,120 KB
testcase_04 AC 54 ms
71,428 KB
testcase_05 AC 51 ms
66,656 KB
testcase_06 AC 54 ms
71,452 KB
testcase_07 AC 56 ms
71,444 KB
testcase_08 AC 52 ms
66,792 KB
testcase_09 AC 51 ms
66,644 KB
testcase_10 AC 52 ms
66,776 KB
testcase_11 AC 48 ms
61,768 KB
testcase_12 AC 52 ms
68,992 KB
testcase_13 AC 54 ms
71,512 KB
testcase_14 AC 48 ms
61,768 KB
testcase_15 AC 52 ms
66,500 KB
testcase_16 AC 53 ms
66,696 KB
testcase_17 AC 52 ms
69,012 KB
testcase_18 AC 49 ms
63,816 KB
testcase_19 AC 51 ms
66,536 KB
testcase_20 AC 57 ms
71,508 KB
testcase_21 AC 50 ms
64,432 KB
testcase_22 AC 38 ms
53,100 KB
testcase_23 AC 38 ms
53,100 KB
testcase_24 AC 39 ms
53,100 KB
testcase_25 AC 37 ms
53,100 KB
testcase_26 AC 38 ms
53,100 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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