結果

問題 No.2710 How many more?
ユーザー 👑 p-adicp-adic
提出日時 2024-04-04 22:07:55
言語 cLay
(20240714-1)
結果
AC  
実行時間 128 ms / 2,000 ms
コード長 192 bytes
コンパイル時間 3,000 ms
コンパイル使用メモリ 181,160 KB
実行使用メモリ 19,712 KB
最終ジャッジ日時 2024-10-01 00:36:19
合計ジャッジ時間 5,582 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 AC 84 ms
14,080 KB
testcase_03 AC 60 ms
13,568 KB
testcase_04 AC 71 ms
17,280 KB
testcase_05 AC 37 ms
10,752 KB
testcase_06 AC 58 ms
15,488 KB
testcase_07 AC 16 ms
5,632 KB
testcase_08 AC 23 ms
7,424 KB
testcase_09 AC 92 ms
15,872 KB
testcase_10 AC 42 ms
10,496 KB
testcase_11 AC 54 ms
10,368 KB
testcase_12 AC 113 ms
18,176 KB
testcase_13 AC 128 ms
19,712 KB
testcase_14 AC 128 ms
19,584 KB
testcase_15 AC 128 ms
19,456 KB
testcase_16 AC 128 ms
19,584 KB
testcase_17 AC 125 ms
19,712 KB
testcase_18 AC 2 ms
5,248 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@Q,@A[N],@--(x,y)[Q],s=0;map<ll,ll>c,d;rep(n,N)c[A[n]]++;d=c;auto i=c.begin(),e=c.end(),j=d.begin();while(i!=e)j->second=s,s=i->second+=s,i++,j++;rep(q,Q)wt(max(0,d[A[x[q]]]-c[A[y[q]]]));
0