結果

問題 No.800 四平方定理
ユーザー kotatsugamekotatsugame
提出日時 2019-03-18 00:14:27
言語 cLay
(20240714-1)
結果
AC  
実行時間 94 ms / 2,000 ms
コード長 94 bytes
コンパイル時間 2,055 ms
コンパイル使用メモリ 171,488 KB
実行使用メモリ 42,368 KB
最終ジャッジ日時 2024-07-05 13:21:02
合計ジャッジ時間 4,376 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,376 KB
testcase_07 AC 3 ms
5,376 KB
testcase_08 AC 4 ms
5,376 KB
testcase_09 AC 3 ms
5,376 KB
testcase_10 AC 36 ms
22,528 KB
testcase_11 AC 38 ms
22,784 KB
testcase_12 AC 44 ms
24,960 KB
testcase_13 AC 34 ms
19,584 KB
testcase_14 AC 37 ms
20,736 KB
testcase_15 AC 42 ms
24,704 KB
testcase_16 AC 35 ms
20,864 KB
testcase_17 AC 33 ms
20,992 KB
testcase_18 AC 48 ms
28,544 KB
testcase_19 AC 47 ms
28,672 KB
testcase_20 AC 1 ms
5,376 KB
testcase_21 AC 2 ms
5,376 KB
testcase_22 AC 48 ms
28,928 KB
testcase_23 AC 94 ms
42,240 KB
testcase_24 AC 72 ms
34,688 KB
testcase_25 AC 91 ms
42,368 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 2 ms
5,376 KB
testcase_28 AC 77 ms
34,560 KB
testcase_29 AC 82 ms
38,400 KB
testcase_30 AC 73 ms
34,560 KB
testcase_31 AC 65 ms
32,384 KB
testcase_32 AC 77 ms
35,456 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll n,d,s,c[9d6];{rd(n,d);c[max(0,(1..n)**2-(1...n)**2+d)]++;s+=c[(1..n)**2+(1...n)**2];wt(s);}
0