結果

問題 No.2453 Seat Allocation
ユーザー 👑 p-adicp-adic
提出日時 2023-08-20 11:57:33
言語 cLay
(20240714-1)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 219 bytes
コンパイル時間 2,629 ms
コンパイル使用メモリ 185,892 KB
実行使用メモリ 12,928 KB
最終ジャッジ日時 2024-06-12 07:15:50
合計ジャッジ時間 5,813 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 1 ms
6,944 KB
testcase_02 AC 1 ms
6,940 KB
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 1 ms
6,944 KB
testcase_05 AC 74 ms
12,672 KB
testcase_06 AC 13 ms
6,944 KB
testcase_07 AC 32 ms
10,752 KB
testcase_08 AC 5 ms
6,940 KB
testcase_09 AC 82 ms
12,800 KB
testcase_10 AC 82 ms
12,800 KB
testcase_11 AC 85 ms
12,928 KB
testcase_12 AC 13 ms
6,940 KB
testcase_13 AC 17 ms
6,944 KB
testcase_14 AC 13 ms
6,944 KB
testcase_15 AC 29 ms
6,940 KB
testcase_16 AC 23 ms
6,944 KB
testcase_17 AC 1 ms
6,940 KB
testcase_18 AC 47 ms
8,448 KB
testcase_19 AC 61 ms
10,752 KB
testcase_20 AC 26 ms
7,040 KB
testcase_21 AC 28 ms
6,944 KB
testcase_22 AC 41 ms
6,944 KB
testcase_23 AC 2 ms
6,940 KB
testcase_24 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@M,@A[N],t,j;double@B[M];set<tuple<double,ll,ll>>C;
cerr<<N<<","<<M<<endl;
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