結果

問題 No.2510 Six Cube Sum Counting
ユーザー 👑 p-adicp-adic
提出日時 2023-10-27 08:05:53
言語 cLay
(20240714-1)
結果
AC  
実行時間 175 ms / 4,000 ms
コード長 152 bytes
コンパイル時間 2,105 ms
コンパイル使用メモリ 173,772 KB
実行使用メモリ 83,328 KB
最終ジャッジ日時 2024-09-25 12:55:46
合計ジャッジ時間 6,909 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
83,200 KB
testcase_01 AC 121 ms
83,328 KB
testcase_02 AC 175 ms
83,200 KB
testcase_03 AC 118 ms
83,200 KB
testcase_04 AC 117 ms
83,072 KB
testcase_05 AC 117 ms
83,200 KB
testcase_06 AC 145 ms
83,328 KB
testcase_07 AC 116 ms
83,200 KB
testcase_08 AC 134 ms
83,200 KB
testcase_09 AC 122 ms
83,200 KB
testcase_10 AC 123 ms
83,200 KB
testcase_11 AC 120 ms
83,200 KB
testcase_12 AC 122 ms
83,072 KB
testcase_13 AC 117 ms
83,072 KB
testcase_14 AC 118 ms
83,200 KB
testcase_15 AC 116 ms
83,200 KB
testcase_16 AC 116 ms
83,200 KB
testcase_17 AC 117 ms
83,200 KB
testcase_18 AC 120 ms
83,072 KB
testcase_19 AC 114 ms
83,200 KB
testcase_20 AC 139 ms
83,200 KB
testcase_21 AC 165 ms
83,200 KB
testcase_22 AC 159 ms
83,200 KB
testcase_23 AC 150 ms
83,200 KB
testcase_24 AC 163 ms
83,072 KB
testcase_25 AC 121 ms
83,200 KB
testcase_26 AC 168 ms
83,200 KB
testcase_27 AC 173 ms
83,200 KB
testcase_28 AC 119 ms
83,072 KB
testcase_29 AC 171 ms
83,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@X,L=301,M=L**3*3,A=0,Y;char t[M]{};rep(d,L){rep(a,d+1)rep(b,a,d+1)t[a**3+b**3+d**3]++;rep(e,d,L)rep(f,e,L)0<=(Y=X-d**3-e**3-f**3)<M?A+=t[Y]:A;}wt(A);
0