結果

問題 No.5016 Worst Mayor
ユーザー MichirakaraMichirakara
提出日時 2023-04-29 13:04:25
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 189 ms / 2,000 ms
コード長 109 bytes
コンパイル時間 445 ms
コンパイル使用メモリ 86,864 KB
実行使用メモリ 93,384 KB
スコア 1,050,000,000
平均クエリ数 400.00
最終ジャッジ日時 2023-04-29 13:04:41
合計ジャッジ時間 12,220 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 168 ms
93,136 KB
testcase_01 AC 189 ms
92,700 KB
testcase_02 AC 164 ms
92,580 KB
testcase_03 AC 164 ms
93,116 KB
testcase_04 AC 162 ms
93,124 KB
testcase_05 AC 166 ms
92,712 KB
testcase_06 AC 167 ms
93,268 KB
testcase_07 AC 174 ms
92,712 KB
testcase_08 AC 165 ms
93,192 KB
testcase_09 AC 170 ms
92,976 KB
testcase_10 AC 169 ms
92,772 KB
testcase_11 AC 165 ms
93,052 KB
testcase_12 AC 167 ms
92,516 KB
testcase_13 AC 167 ms
92,904 KB
testcase_14 AC 170 ms
93,352 KB
testcase_15 AC 169 ms
93,084 KB
testcase_16 AC 170 ms
92,800 KB
testcase_17 AC 170 ms
93,384 KB
testcase_18 AC 164 ms
93,036 KB
testcase_19 AC 172 ms
92,944 KB
testcase_20 AC 167 ms
93,188 KB
testcase_21 AC 162 ms
93,060 KB
testcase_22 AC 174 ms
92,988 KB
testcase_23 AC 164 ms
92,504 KB
testcase_24 AC 163 ms
92,960 KB
testcase_25 AC 171 ms
92,724 KB
testcase_26 AC 166 ms
93,004 KB
testcase_27 AC 163 ms
92,996 KB
testcase_28 AC 172 ms
93,272 KB
testcase_29 AC 162 ms
92,800 KB
testcase_30 AC 165 ms
93,228 KB
testcase_31 AC 166 ms
93,080 KB
testcase_32 AC 164 ms
93,068 KB
testcase_33 AC 165 ms
92,756 KB
testcase_34 AC 161 ms
92,944 KB
testcase_35 AC 164 ms
92,876 KB
testcase_36 AC 161 ms
92,644 KB
testcase_37 AC 166 ms
92,764 KB
testcase_38 AC 161 ms
92,688 KB
testcase_39 AC 161 ms
93,132 KB
testcase_40 AC 162 ms
93,292 KB
testcase_41 AC 163 ms
93,092 KB
testcase_42 AC 165 ms
92,964 KB
testcase_43 AC 159 ms
93,136 KB
testcase_44 AC 167 ms
92,704 KB
testcase_45 AC 165 ms
92,856 KB
testcase_46 AC 162 ms
93,048 KB
testcase_47 AC 161 ms
93,116 KB
testcase_48 AC 164 ms
93,236 KB
testcase_49 AC 163 ms
92,992 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n,t=map(int,input().split())
abcd=[[*map(int,input().split())]for _ in range(n)]
for i in range(t):
	print(3)
0