結果

問題 No.2852 Yakitori Optimization Problem
ユーザー 👑 p-adicp-adic
提出日時 2024-09-09 14:26:53
言語 cLay
(20240714-1)
結果
AC  
実行時間 36 ms / 2,000 ms
コード長 93 bytes
コンパイル時間 2,558 ms
コンパイル使用メモリ 177,352 KB
実行使用メモリ 9,216 KB
最終ジャッジ日時 2024-09-09 14:27:00
合計ジャッジ時間 6,564 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
5,760 KB
testcase_01 AC 25 ms
7,680 KB
testcase_02 AC 21 ms
7,168 KB
testcase_03 AC 33 ms
8,960 KB
testcase_04 AC 27 ms
7,936 KB
testcase_05 AC 11 ms
5,632 KB
testcase_06 AC 5 ms
5,376 KB
testcase_07 AC 26 ms
7,808 KB
testcase_08 AC 4 ms
5,376 KB
testcase_09 AC 33 ms
8,832 KB
testcase_10 AC 35 ms
9,216 KB
testcase_11 AC 35 ms
9,088 KB
testcase_12 AC 34 ms
9,088 KB
testcase_13 AC 34 ms
9,216 KB
testcase_14 AC 35 ms
9,088 KB
testcase_15 AC 34 ms
9,088 KB
testcase_16 AC 36 ms
8,960 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@K,@A[N],@B[],@C[];rep(i,N)C[i]-=B[i];sort(C,C+N);wt(sum[i,0,N](A[i]+B[i]+(i>=K)*C[i]));
0