結果

問題 No.2852 Yakitori Optimization Problem
ユーザー 👑 p-adicp-adic
提出日時 2024-09-09 14:43:13
言語 cLay
(20240714-1)
結果
AC  
実行時間 25 ms / 2,000 ms
コード長 76 bytes
コンパイル時間 5,972 ms
コンパイル使用メモリ 209,340 KB
実行使用メモリ 13,204 KB
最終ジャッジ日時 2024-09-09 14:43:21
合計ジャッジ時間 7,893 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,816 KB
testcase_01 AC 17 ms
9,924 KB
testcase_02 AC 15 ms
9,156 KB
testcase_03 AC 23 ms
12,076 KB
testcase_04 AC 20 ms
11,844 KB
testcase_05 AC 9 ms
7,872 KB
testcase_06 AC 4 ms
8,088 KB
testcase_07 AC 19 ms
10,872 KB
testcase_08 AC 3 ms
6,944 KB
testcase_09 AC 24 ms
12,700 KB
testcase_10 AC 24 ms
12,056 KB
testcase_11 AC 24 ms
11,076 KB
testcase_12 AC 24 ms
12,188 KB
testcase_13 AC 24 ms
12,700 KB
testcase_14 AC 24 ms
12,840 KB
testcase_15 AC 24 ms
12,680 KB
testcase_16 AC 25 ms
13,204 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@K,@A[2N],@C[N];rep(i,N)C[i]-=A[i+N];rsortA(N,C);wt(sum(A(2N),C(N-K)));
0