結果

問題 No.5016 Worst Mayor
ユーザー Yu_212Yu_212
提出日時 2023-04-29 13:14:51
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 128 ms / 2,000 ms
コード長 114 bytes
コンパイル時間 242 ms
コンパイル使用メモリ 10,624 KB
実行使用メモリ 24,372 KB
スコア 1,050,000,000
平均クエリ数 400.00
最終ジャッジ日時 2023-04-29 13:15:00
合計ジャッジ時間 8,550 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 105 ms
23,664 KB
testcase_01 AC 100 ms
24,372 KB
testcase_02 AC 97 ms
23,820 KB
testcase_03 AC 128 ms
23,432 KB
testcase_04 AC 101 ms
23,412 KB
testcase_05 AC 100 ms
23,544 KB
testcase_06 AC 99 ms
24,300 KB
testcase_07 AC 100 ms
23,688 KB
testcase_08 AC 97 ms
23,640 KB
testcase_09 AC 99 ms
23,388 KB
testcase_10 AC 99 ms
23,520 KB
testcase_11 AC 100 ms
23,396 KB
testcase_12 AC 118 ms
24,024 KB
testcase_13 AC 100 ms
23,728 KB
testcase_14 AC 100 ms
24,012 KB
testcase_15 AC 99 ms
23,424 KB
testcase_16 AC 99 ms
24,228 KB
testcase_17 AC 98 ms
23,568 KB
testcase_18 AC 100 ms
23,452 KB
testcase_19 AC 101 ms
23,436 KB
testcase_20 AC 99 ms
23,468 KB
testcase_21 AC 98 ms
24,324 KB
testcase_22 AC 98 ms
23,424 KB
testcase_23 AC 99 ms
23,688 KB
testcase_24 AC 100 ms
23,644 KB
testcase_25 AC 100 ms
23,652 KB
testcase_26 AC 98 ms
24,012 KB
testcase_27 AC 99 ms
23,628 KB
testcase_28 AC 100 ms
24,300 KB
testcase_29 AC 124 ms
23,628 KB
testcase_30 AC 100 ms
23,668 KB
testcase_31 AC 98 ms
24,300 KB
testcase_32 AC 98 ms
23,520 KB
testcase_33 AC 99 ms
24,288 KB
testcase_34 AC 100 ms
24,036 KB
testcase_35 AC 99 ms
23,844 KB
testcase_36 AC 98 ms
24,000 KB
testcase_37 AC 100 ms
23,644 KB
testcase_38 AC 128 ms
23,640 KB
testcase_39 AC 100 ms
23,420 KB
testcase_40 AC 99 ms
23,880 KB
testcase_41 AC 99 ms
23,820 KB
testcase_42 AC 103 ms
23,560 KB
testcase_43 AC 100 ms
24,012 KB
testcase_44 AC 100 ms
24,312 KB
testcase_45 AC 100 ms
23,724 KB
testcase_46 AC 99 ms
24,276 KB
testcase_47 AC 127 ms
23,728 KB
testcase_48 AC 98 ms
23,788 KB
testcase_49 AC 100 ms
24,312 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n, t = map(int, input().split())
for i in range(n):
	input()
for i in range(t):
	print(3)
	if i + 1 < t:
		input()
0