結果

問題 No.2526 Kth Not-divisible Number
ユーザー 👑 p-adicp-adic
提出日時 2023-07-27 14:51:35
言語 cLay
(20240714-1)
結果
AC  
実行時間 272 ms / 2,000 ms
コード長 152 bytes
コンパイル時間 2,877 ms
コンパイル使用メモリ 172,312 KB
実行使用メモリ 6,940 KB
最終ジャッジ日時 2024-09-25 19:11:21
合計ジャッジ時間 6,541 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 2 ms
6,816 KB
testcase_02 AC 1 ms
6,812 KB
testcase_03 AC 272 ms
6,940 KB
testcase_04 AC 271 ms
5,504 KB
testcase_05 AC 265 ms
5,504 KB
testcase_06 AC 270 ms
5,376 KB
testcase_07 AC 272 ms
5,504 KB
testcase_08 AC 241 ms
5,504 KB
testcase_09 AC 196 ms
5,376 KB
testcase_10 AC 240 ms
5,504 KB
testcase_11 AC 206 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@T;rep(T){ll@A,@B,@K,C=A,D=B,L=0,R=1LL<<62,M;if(A>B)swap(C,D);while(C)D%=C,swap(C,D);C=A*B/D;while(L+1<R){M=(L+1+R)/2;(M-M/A-M/B+M/C<K?L:R)=M;}wt(R);}
0