結果

問題 No.2453 Seat Allocation
ユーザー 👑 p-adicp-adic
提出日時 2023-08-19 21:26:38
言語 cLay
(20240714-1)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 195 bytes
コンパイル時間 3,366 ms
コンパイル使用メモリ 183,588 KB
実行使用メモリ 12,928 KB
最終ジャッジ日時 2024-06-12 07:15:56
合計ジャッジ時間 5,934 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 79 ms
12,800 KB
testcase_06 AC 14 ms
5,504 KB
testcase_07 AC 36 ms
10,752 KB
testcase_08 AC 6 ms
5,376 KB
testcase_09 AC 113 ms
12,800 KB
testcase_10 AC 105 ms
12,928 KB
testcase_11 AC 106 ms
12,672 KB
testcase_12 AC 14 ms
5,376 KB
testcase_13 AC 20 ms
5,504 KB
testcase_14 AC 14 ms
5,376 KB
testcase_15 AC 30 ms
5,632 KB
testcase_16 AC 24 ms
5,376 KB
testcase_17 AC 2 ms
5,376 KB
testcase_18 AC 55 ms
8,448 KB
testcase_19 AC 85 ms
10,752 KB
testcase_20 AC 29 ms
7,040 KB
testcase_21 AC 29 ms
5,888 KB
testcase_22 AC 44 ms
6,912 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@M,@A[N],t,j;double@B[M];set<tuple<double,ll,ll>>C;rep(i,N)C.insert({-A[i]/B[0],i,0});rep(M){const auto&c=*C.begin();wt(1+(t=get<1>(c)));j=get<2>(c)+1;C.erase(c);C.insert({-A[t]/B[j],t,j});}
0