結果

問題 No.1110 好きな歌
ユーザー tailstails
提出日時 2020-07-13 09:59:15
言語 cLay
(20240104-1)
結果
AC  
実行時間 46 ms / 5,000 ms
コード長 106 bytes
コンパイル時間 5,278 ms
コンパイル使用メモリ 206,828 KB
実行使用メモリ 12,384 KB
最終ジャッジ日時 2023-09-19 00:46:59
合計ジャッジ時間 10,625 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
9,504 KB
testcase_01 AC 2 ms
9,472 KB
testcase_02 AC 3 ms
9,508 KB
testcase_03 AC 2 ms
9,528 KB
testcase_04 AC 2 ms
9,588 KB
testcase_05 AC 3 ms
9,636 KB
testcase_06 AC 2 ms
9,528 KB
testcase_07 AC 2 ms
9,540 KB
testcase_08 AC 3 ms
9,528 KB
testcase_09 AC 2 ms
9,640 KB
testcase_10 AC 3 ms
9,524 KB
testcase_11 AC 3 ms
9,536 KB
testcase_12 AC 3 ms
9,540 KB
testcase_13 AC 3 ms
9,512 KB
testcase_14 AC 3 ms
9,516 KB
testcase_15 AC 3 ms
9,528 KB
testcase_16 AC 3 ms
9,516 KB
testcase_17 AC 3 ms
9,492 KB
testcase_18 AC 3 ms
9,500 KB
testcase_19 AC 3 ms
9,520 KB
testcase_20 AC 3 ms
9,488 KB
testcase_21 AC 3 ms
9,680 KB
testcase_22 AC 3 ms
9,540 KB
testcase_23 AC 3 ms
9,552 KB
testcase_24 AC 23 ms
11,536 KB
testcase_25 AC 25 ms
11,700 KB
testcase_26 AC 17 ms
10,940 KB
testcase_27 AC 27 ms
11,708 KB
testcase_28 AC 14 ms
11,004 KB
testcase_29 AC 37 ms
11,864 KB
testcase_30 AC 11 ms
11,060 KB
testcase_31 AC 8 ms
10,556 KB
testcase_32 AC 38 ms
12,144 KB
testcase_33 AC 10 ms
11,220 KB
testcase_34 AC 19 ms
11,576 KB
testcase_35 AC 23 ms
12,136 KB
testcase_36 AC 4 ms
9,852 KB
testcase_37 AC 12 ms
10,512 KB
testcase_38 AC 37 ms
11,896 KB
testcase_39 AC 27 ms
11,700 KB
testcase_40 AC 18 ms
11,912 KB
testcase_41 AC 4 ms
9,716 KB
testcase_42 AC 24 ms
11,972 KB
testcase_43 AC 34 ms
11,904 KB
testcase_44 AC 27 ms
12,172 KB
testcase_45 AC 37 ms
12,188 KB
testcase_46 AC 33 ms
12,164 KB
testcase_47 AC 46 ms
12,292 KB
testcase_48 AC 37 ms
12,204 KB
testcase_49 AC 20 ms
12,384 KB
testcase_50 AC 36 ms
12,184 KB
testcase_51 AC 29 ms
12,168 KB
testcase_52 AC 36 ms
12,192 KB
testcase_53 AC 45 ms
12,172 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll n,d,a[2d5],b[2d5];{rd(n,d,a(n));b[0..n-1]=a[0..]+d;sortA(n,b);rep(i,n)wt(d=upper_bound(b,b+n,a[i])-b);}
0