結果

問題 No.796 well known
ユーザー mlihua09mlihua09
提出日時 2020-08-28 19:31:11
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 61 ms / 2,000 ms
コード長 42 bytes
コンパイル時間 359 ms
コンパイル使用メモリ 82,392 KB
実行使用メモリ 79,196 KB
最終ジャッジ日時 2024-11-13 23:40:36
合計ジャッジ時間 2,277 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 36 ms
51,940 KB
testcase_01 AC 35 ms
51,864 KB
testcase_02 AC 37 ms
52,692 KB
testcase_03 AC 36 ms
53,628 KB
testcase_04 AC 53 ms
77,012 KB
testcase_05 AC 59 ms
79,000 KB
testcase_06 AC 60 ms
79,128 KB
testcase_07 AC 49 ms
66,016 KB
testcase_08 AC 60 ms
78,404 KB
testcase_09 AC 52 ms
72,268 KB
testcase_10 AC 61 ms
79,140 KB
testcase_11 AC 46 ms
63,864 KB
testcase_12 AC 49 ms
70,000 KB
testcase_13 AC 53 ms
76,768 KB
testcase_14 AC 48 ms
68,292 KB
testcase_15 AC 50 ms
71,164 KB
testcase_16 AC 59 ms
79,196 KB
権限があれば一括ダウンロードができます

ソースコード

diff #


print(*([1] + [3] * (int(input()) - 1)))
0