結果

問題 No.796 well known
ユーザー kotatsugamekotatsugame
提出日時 2019-03-15 23:42:00
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 53 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 82 ms
コンパイル使用メモリ 10,540 KB
実行使用メモリ 9,944 KB
最終ジャッジ日時 2023-09-14 14:49:01
合計ジャッジ時間 1,870 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 15 ms
7,852 KB
testcase_01 AC 16 ms
7,720 KB
testcase_02 AC 16 ms
7,880 KB
testcase_03 AC 15 ms
7,792 KB
testcase_04 AC 45 ms
9,328 KB
testcase_05 AC 48 ms
9,528 KB
testcase_06 AC 53 ms
9,816 KB
testcase_07 AC 24 ms
8,500 KB
testcase_08 AC 46 ms
9,456 KB
testcase_09 AC 36 ms
8,956 KB
testcase_10 AC 53 ms
9,844 KB
testcase_11 AC 20 ms
8,528 KB
testcase_12 AC 32 ms
8,952 KB
testcase_13 AC 43 ms
9,380 KB
testcase_14 AC 28 ms
8,860 KB
testcase_15 AC 33 ms
8,980 KB
testcase_16 AC 53 ms
9,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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