結果

問題 No.1110 好きな歌
ユーザー tailstails
提出日時 2020-07-13 09:59:15
言語 cLay
(20240714-1)
結果
AC  
実行時間 40 ms / 5,000 ms
コード長 106 bytes
コンパイル時間 5,332 ms
コンパイル使用メモリ 209,080 KB
実行使用メモリ 12,332 KB
最終ジャッジ日時 2024-07-05 13:41:31
合計ジャッジ時間 8,088 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
7,492 KB
testcase_01 AC 2 ms
7,496 KB
testcase_02 AC 2 ms
7,624 KB
testcase_03 AC 1 ms
9,544 KB
testcase_04 AC 2 ms
9,536 KB
testcase_05 AC 1 ms
7,500 KB
testcase_06 AC 2 ms
7,624 KB
testcase_07 AC 2 ms
7,628 KB
testcase_08 AC 2 ms
7,500 KB
testcase_09 AC 2 ms
7,504 KB
testcase_10 AC 2 ms
7,504 KB
testcase_11 AC 1 ms
7,496 KB
testcase_12 AC 1 ms
9,548 KB
testcase_13 AC 1 ms
7,628 KB
testcase_14 AC 2 ms
9,544 KB
testcase_15 AC 2 ms
7,504 KB
testcase_16 AC 1 ms
7,628 KB
testcase_17 AC 2 ms
7,636 KB
testcase_18 AC 2 ms
7,496 KB
testcase_19 AC 1 ms
7,624 KB
testcase_20 AC 3 ms
9,668 KB
testcase_21 AC 2 ms
7,624 KB
testcase_22 AC 2 ms
7,504 KB
testcase_23 AC 2 ms
7,496 KB
testcase_24 AC 19 ms
11,436 KB
testcase_25 AC 23 ms
12,212 KB
testcase_26 AC 14 ms
11,900 KB
testcase_27 AC 23 ms
11,428 KB
testcase_28 AC 12 ms
9,068 KB
testcase_29 AC 32 ms
11,976 KB
testcase_30 AC 9 ms
8,812 KB
testcase_31 AC 7 ms
8,392 KB
testcase_32 AC 32 ms
11,972 KB
testcase_33 AC 9 ms
9,288 KB
testcase_34 AC 17 ms
9,544 KB
testcase_35 AC 18 ms
12,208 KB
testcase_36 AC 4 ms
7,880 KB
testcase_37 AC 11 ms
8,520 KB
testcase_38 AC 32 ms
11,684 KB
testcase_39 AC 22 ms
9,672 KB
testcase_40 AC 14 ms
9,800 KB
testcase_41 AC 4 ms
9,668 KB
testcase_42 AC 20 ms
11,444 KB
testcase_43 AC 31 ms
11,928 KB
testcase_44 AC 24 ms
11,768 KB
testcase_45 AC 32 ms
11,376 KB
testcase_46 AC 28 ms
11,248 KB
testcase_47 AC 40 ms
12,024 KB
testcase_48 AC 31 ms
11,776 KB
testcase_49 AC 15 ms
12,120 KB
testcase_50 AC 29 ms
12,332 KB
testcase_51 AC 25 ms
12,228 KB
testcase_52 AC 32 ms
12,100 KB
testcase_53 AC 40 ms
11,304 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