結果

問題 No.796 well known
ユーザー dangodango
提出日時 2023-06-15 20:51:04
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 87 ms / 2,000 ms
コード長 31 bytes
コンパイル時間 545 ms
コンパイル使用メモリ 86,972 KB
実行使用メモリ 81,516 KB
最終ジャッジ日時 2023-09-05 23:42:17
合計ジャッジ時間 3,670 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 66 ms
71,616 KB
testcase_01 AC 66 ms
71,164 KB
testcase_02 AC 65 ms
71,368 KB
testcase_03 AC 63 ms
71,124 KB
testcase_04 AC 84 ms
80,596 KB
testcase_05 AC 85 ms
80,908 KB
testcase_06 AC 84 ms
81,516 KB
testcase_07 AC 74 ms
77,456 KB
testcase_08 AC 85 ms
80,912 KB
testcase_09 AC 79 ms
78,840 KB
testcase_10 AC 87 ms
81,332 KB
testcase_11 AC 73 ms
76,508 KB
testcase_12 AC 78 ms
78,320 KB
testcase_13 AC 85 ms
80,376 KB
testcase_14 AC 76 ms
78,132 KB
testcase_15 AC 78 ms
78,460 KB
testcase_16 AC 85 ms
81,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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