結果

問題 No.743 Segments on a Polygon
ユーザー tailstails
提出日時 2020-07-01 11:00:36
言語 cLay
(20240714-1)
結果
AC  
実行時間 19 ms / 2,000 ms
コード長 157 bytes
コンパイル時間 6,133 ms
コンパイル使用メモリ 217,360 KB
実行使用メモリ 7,808 KB
最終ジャッジ日時 2024-07-05 13:37:40
合計ジャッジ時間 7,336 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 18 ms
7,680 KB
testcase_01 AC 19 ms
7,680 KB
testcase_02 AC 16 ms
7,808 KB
testcase_03 AC 16 ms
7,680 KB
testcase_04 AC 16 ms
7,680 KB
testcase_05 AC 17 ms
7,680 KB
testcase_06 AC 17 ms
7,680 KB
testcase_07 AC 16 ms
7,680 KB
testcase_08 AC 17 ms
7,808 KB
testcase_09 AC 12 ms
7,808 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fenwick<ll>f;ll n,m,a[1d5],b[1d5],c;{rd(n,m,(a,b)(n));rep(i,n)sortE(a[i],b[i]);sortA(n,a,b);f.walloc(m,1);rep(i,n)c+=f.range(a[i],b[i]),f.add(b[i],1);wt(c);}
0