結果

問題 No.1121 Social Distancing in Cinema
ユーザー KeroruKeroru
提出日時 2020-07-22 23:49:08
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 435 ms / 2,000 ms
コード長 220 bytes
コンパイル時間 195 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 52,288 KB
最終ジャッジ日時 2024-06-23 02:01:23
合計ジャッジ時間 10,580 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 27 ms
10,752 KB
testcase_01 AC 32 ms
10,752 KB
testcase_02 AC 27 ms
10,880 KB
testcase_03 AC 30 ms
10,880 KB
testcase_04 AC 28 ms
10,752 KB
testcase_05 AC 32 ms
10,752 KB
testcase_06 AC 28 ms
10,752 KB
testcase_07 AC 28 ms
10,752 KB
testcase_08 AC 28 ms
10,752 KB
testcase_09 AC 31 ms
10,752 KB
testcase_10 AC 29 ms
10,880 KB
testcase_11 AC 31 ms
10,880 KB
testcase_12 AC 30 ms
10,752 KB
testcase_13 AC 29 ms
10,880 KB
testcase_14 AC 30 ms
11,008 KB
testcase_15 AC 39 ms
11,648 KB
testcase_16 AC 73 ms
14,520 KB
testcase_17 AC 210 ms
27,528 KB
testcase_18 AC 375 ms
43,960 KB
testcase_19 AC 433 ms
52,288 KB
testcase_20 AC 39 ms
11,776 KB
testcase_21 AC 36 ms
11,392 KB
testcase_22 AC 37 ms
11,520 KB
testcase_23 AC 31 ms
11,008 KB
testcase_24 AC 31 ms
10,624 KB
testcase_25 AC 139 ms
21,232 KB
testcase_26 AC 168 ms
24,268 KB
testcase_27 AC 33 ms
11,136 KB
testcase_28 AC 391 ms
47,088 KB
testcase_29 AC 160 ms
23,592 KB
testcase_30 AC 126 ms
18,920 KB
testcase_31 AC 435 ms
52,164 KB
testcase_32 AC 332 ms
40,876 KB
testcase_33 AC 159 ms
23,012 KB
testcase_34 AC 163 ms
23,436 KB
testcase_35 AC 358 ms
42,184 KB
testcase_36 AC 432 ms
50,528 KB
testcase_37 AC 120 ms
20,264 KB
testcase_38 AC 182 ms
25,024 KB
testcase_39 AC 379 ms
46,552 KB
testcase_40 AC 100 ms
18,124 KB
testcase_41 AC 51 ms
12,800 KB
testcase_42 AC 420 ms
50,292 KB
testcase_43 AC 420 ms
50,292 KB
testcase_44 AC 413 ms
50,264 KB
testcase_45 AC 429 ms
50,164 KB
testcase_46 AC 411 ms
49,000 KB
testcase_47 AC 29 ms
10,752 KB
testcase_48 AC 29 ms
10,752 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n,*t=map(int,open(a:=0).read().split())
d=90
c=[0]*d
p=[[]for i in' '*d]
for i in range(n):x,y=t[i*2:-~i*2];z=y%9*10+(x+5*(y%18>8))%10;c[z]+=1;p[z]+=i+1,
t=0
for i in range(d):
 if t<c[i]:t=c[i];a=i
print(t)
print(*p[a])
0