結果

問題 No.781 円周上の格子点の数え上げ
ユーザー tailstails
提出日時 2019-01-23 17:20:03
言語 cLay
(20240714-1)
結果
AC  
実行時間 329 ms / 2,000 ms
コード長 87 bytes
コンパイル時間 2,326 ms
コンパイル使用メモリ 172,900 KB
実行使用メモリ 248,832 KB
最終ジャッジ日時 2024-07-05 13:17:45
合計ジャッジ時間 9,455 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 282 ms
248,704 KB
testcase_01 AC 329 ms
248,832 KB
testcase_02 AC 285 ms
248,704 KB
testcase_03 AC 287 ms
248,832 KB
testcase_04 AC 284 ms
248,704 KB
testcase_05 AC 298 ms
248,832 KB
testcase_06 AC 291 ms
248,704 KB
testcase_07 AC 292 ms
248,832 KB
testcase_08 AC 284 ms
248,832 KB
testcase_09 AC 292 ms
248,832 KB
testcase_10 AC 289 ms
248,832 KB
testcase_11 AC 295 ms
248,704 KB
testcase_12 AC 293 ms
248,704 KB
testcase_13 AC 300 ms
248,832 KB
testcase_14 AC 281 ms
248,832 KB
testcase_15 AC 289 ms
248,832 KB
testcase_16 AC 285 ms
248,704 KB
testcase_17 AC 298 ms
248,832 KB
testcase_18 AC 290 ms
248,704 KB
testcase_19 AC 284 ms
248,704 KB
testcase_20 AC 285 ms
248,704 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