結果

問題 No.2767 Add to Divide
ユーザー tailstails
提出日時 2024-05-31 22:07:53
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 144 bytes
コンパイル時間 8,293 ms
コンパイル使用メモリ 221,292 KB
実行使用メモリ 12,308 KB
最終ジャッジ日時 2024-05-31 22:08:02
合計ジャッジ時間 9,155 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
9,804 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 9 ms
9,880 KB
testcase_04 AC 9 ms
9,728 KB
testcase_05 AC 10 ms
9,804 KB
testcase_06 WA -
testcase_07 AC 9 ms
10,064 KB
testcase_08 AC 10 ms
9,928 KB
testcase_09 WA -
testcase_10 AC 10 ms
11,720 KB
testcase_11 AC 9 ms
11,848 KB
testcase_12 AC 10 ms
9,804 KB
testcase_13 AC 10 ms
10,576 KB
testcase_14 AC 10 ms
9,676 KB
testcase_15 AC 10 ms
9,808 KB
testcase_16 AC 9 ms
9,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@t;
ll d[1344],i;
rep(t){
	ll@a,@b;
	i=Divisor(b-a,d);
	if(d[--i]<a){
		wt(-1);
	}else{
		while(i&&d[i-1]>=a){
			--i;
		}
		wt(d[i]-a);
	}
}
0