提出 #66157559
ソースコード 拡げる
n = int(input()) if n==1: print("1\n1") else: print(n//2) print(*range(2,n+1,2))
提出情報
提出日時 | |
---|---|
問題 | A - I hate 1 |
ユーザ | Ishmeal |
言語 | Python (PyPy 3.10-v7.3.12) |
得点 | 300 |
コード長 | 91 Byte |
結果 | AC |
実行時間 | 71 ms |
メモリ | 87484 KiB |
ジャッジ結果
セット名 | Sample | All | ||||
---|---|---|---|---|---|---|
得点 / 配点 | 0 / 0 | 300 / 300 | ||||
結果 |
|
|
セット名 | テストケース |
---|---|
Sample | example_00.txt, example_01.txt |
All | example_00.txt, example_01.txt, test_00.txt, test_01.txt, test_02.txt, test_03.txt, test_04.txt, test_05.txt, test_06.txt, test_07.txt, test_08.txt, test_09.txt, test_10.txt, test_11.txt, test_12.txt, test_13.txt, test_14.txt, test_15.txt, test_16.txt, test_17.txt, test_18.txt, test_19.txt |
ケース名 | 結果 | 実行時間 | メモリ |
---|---|---|---|
example_00.txt | AC | 55 ms | 76292 KiB |
example_01.txt | AC | 55 ms | 76804 KiB |
test_00.txt | AC | 56 ms | 76284 KiB |
test_01.txt | AC | 56 ms | 76236 KiB |
test_02.txt | AC | 55 ms | 76620 KiB |
test_03.txt | AC | 56 ms | 76456 KiB |
test_04.txt | AC | 55 ms | 76592 KiB |
test_05.txt | AC | 55 ms | 76524 KiB |
test_06.txt | AC | 55 ms | 76456 KiB |
test_07.txt | AC | 56 ms | 76440 KiB |
test_08.txt | AC | 67 ms | 84576 KiB |
test_09.txt | AC | 61 ms | 81640 KiB |
test_10.txt | AC | 67 ms | 84644 KiB |
test_11.txt | AC | 65 ms | 83236 KiB |
test_12.txt | AC | 66 ms | 83960 KiB |
test_13.txt | AC | 71 ms | 86880 KiB |
test_14.txt | AC | 70 ms | 87428 KiB |
test_15.txt | AC | 71 ms | 87468 KiB |
test_16.txt | AC | 71 ms | 87484 KiB |
test_17.txt | AC | 71 ms | 87336 KiB |
test_18.txt | AC | 71 ms | 87104 KiB |
test_19.txt | AC | 70 ms | 87180 KiB |