結果

問題 No.2882 Comeback
ユーザー 👑 p-adicp-adic
提出日時 2024-09-13 13:23:22
言語 cLay
(20240714-1)
結果
AC  
実行時間 31 ms / 2,000 ms
コード長 176 bytes
コンパイル時間 2,128 ms
コンパイル使用メモリ 173,920 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-13 13:23:26
合計ジャッジ時間 3,927 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 1 ms
6,940 KB
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 1 ms
6,940 KB
testcase_05 AC 2 ms
6,940 KB
testcase_06 AC 3 ms
6,940 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 3 ms
6,940 KB
testcase_09 AC 2 ms
6,940 KB
testcase_10 AC 27 ms
6,944 KB
testcase_11 AC 24 ms
6,944 KB
testcase_12 AC 28 ms
6,944 KB
testcase_13 AC 28 ms
6,944 KB
testcase_14 AC 24 ms
6,944 KB
testcase_15 AC 29 ms
6,944 KB
testcase_16 AC 24 ms
6,944 KB
testcase_17 AC 26 ms
6,940 KB
testcase_18 AC 31 ms
6,944 KB
testcase_19 AC 28 ms
6,940 KB
testcase_20 AC 28 ms
6,944 KB
testcase_21 AC 27 ms
6,940 KB
testcase_22 AC 28 ms
6,940 KB
testcase_23 AC 29 ms
6,940 KB
testcase_24 AC 24 ms
6,940 KB
testcase_25 AC 2 ms
6,940 KB
testcase_26 AC 2 ms
6,940 KB
testcase_27 AC 2 ms
6,944 KB
testcase_28 AC 2 ms
6,944 KB
testcase_29 AC 1 ms
6,944 KB
testcase_30 AC 4 ms
6,940 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@T;REP(T){ll@A,@B,i=1,a=0,d,e,r,s;while(A>=2i*i)a+=A%i>=B%i,i++;while(i<=B){d=A/i,e=B/i,r=A%i,s=B%i,T=min(d?A/d:B,B/e)+1;a+=T-(r<s?d<e?min(T,(s-r)/+(e-d)+i):T:i);i=T;}wt(a);}
0