結果

問題 No.1233 割り切れない気持ち
ユーザー tailstails
提出日時 2020-09-20 00:41:15
言語 cLay
(20240104-1)
結果
AC  
実行時間 19 ms / 3,153 ms
コード長 117 bytes
コンパイル時間 1,667 ms
コンパイル使用メモリ 159,304 KB
実行使用メモリ 10,564 KB
最終ジャッジ日時 2023-09-19 01:20:06
合計ジャッジ時間 4,176 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 12 ms
8,768 KB
testcase_01 AC 12 ms
8,836 KB
testcase_02 AC 12 ms
8,800 KB
testcase_03 AC 12 ms
8,776 KB
testcase_04 AC 12 ms
8,896 KB
testcase_05 AC 12 ms
8,888 KB
testcase_06 AC 12 ms
8,788 KB
testcase_07 AC 13 ms
9,264 KB
testcase_08 AC 14 ms
9,528 KB
testcase_09 AC 16 ms
10,180 KB
testcase_10 AC 17 ms
10,232 KB
testcase_11 AC 13 ms
9,152 KB
testcase_12 AC 19 ms
10,564 KB
testcase_13 AC 19 ms
10,456 KB
testcase_14 AC 18 ms
10,496 KB
testcase_15 AC 18 ms
10,428 KB
testcase_16 AC 18 ms
10,536 KB
testcase_17 AC 13 ms
8,856 KB
testcase_18 AC 17 ms
10,444 KB
testcase_19 AC 16 ms
8,940 KB
testcase_20 AC 13 ms
8,972 KB
testcase_21 AC 14 ms
8,868 KB
testcase_22 AC 13 ms
8,780 KB
testcase_23 AC 14 ms
8,904 KB
testcase_24 AC 14 ms
8,840 KB
testcase_25 AC 14 ms
8,788 KB
testcase_26 AC 13 ms
8,856 KB
testcase_27 AC 14 ms
9,764 KB
testcase_28 AC 14 ms
9,616 KB
testcase_29 AC 14 ms
9,536 KB
testcase_30 AC 14 ms
9,532 KB
testcase_31 AC 14 ms
9,384 KB
testcase_32 AC 14 ms
9,396 KB
testcase_33 AC 14 ms
9,460 KB
testcase_34 AC 14 ms
9,340 KB
testcase_35 AC 14 ms
9,304 KB
testcase_36 AC 14 ms
9,324 KB
testcase_37 AC 12 ms
9,012 KB
testcase_38 AC 13 ms
8,792 KB
testcase_39 AC 15 ms
10,332 KB
testcase_40 AC 14 ms
10,340 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll z,a,b[4d5],c[4d5];{rd(*b);rep(*b)rd(a),++c[a];rrep(a,1,3d5){b[a]=b[a+1]-c[a];rep(t,0,3d5,a)z+=c[a]*a*b[t];}wt(z);}
0