結果

問題 No.781 円周上の格子点の数え上げ
ユーザー tailstails
提出日時 2019-01-23 17:20:03
言語 cLay
(20240104-1)
結果
AC  
実行時間 353 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 2,141 ms
コンパイル使用メモリ 159,524 KB
実行使用メモリ 257,508 KB
最終ジャッジ日時 2023-09-19 00:18:41
合計ジャッジ時間 9,375 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 353 ms
248,612 KB
testcase_01 AC 320 ms
248,740 KB
testcase_02 AC 279 ms
248,608 KB
testcase_03 AC 280 ms
248,676 KB
testcase_04 AC 274 ms
248,684 KB
testcase_05 AC 276 ms
254,552 KB
testcase_06 AC 276 ms
257,364 KB
testcase_07 AC 281 ms
257,308 KB
testcase_08 AC 271 ms
257,244 KB
testcase_09 AC 308 ms
257,248 KB
testcase_10 AC 279 ms
257,300 KB
testcase_11 AC 283 ms
257,508 KB
testcase_12 AC 276 ms
257,316 KB
testcase_13 AC 295 ms
257,420 KB
testcase_14 AC 272 ms
257,288 KB
testcase_15 AC 280 ms
257,252 KB
testcase_16 AC 272 ms
257,312 KB
testcase_17 AC 289 ms
257,256 KB
testcase_18 AC 274 ms
257,256 KB
testcase_19 AC 283 ms
257,308 KB
testcase_20 AC 278 ms
257,312 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll x,y,a[4d7];
{
	a[(0...4d3)**2+(1..4d3)**2]+=4;
	rd(x,y);
	wt(max[i=x---y](a[i]));
}
0