結果

問題 No.2651 [Cherry 6th Tune B] $\mathbb{C}$omplex комбинат
ユーザー 👑 p-adicp-adic
提出日時 2023-08-23 11:36:25
言語 cLay
(20240104-1)
結果
AC  
実行時間 134 ms / 2,500 ms
コード長 187 bytes
コンパイル時間 2,529 ms
コンパイル使用メモリ 177,540 KB
実行使用メモリ 6,676 KB
最終ジャッジ日時 2023-12-18 01:16:47
合計ジャッジ時間 8,558 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,548 KB
testcase_01 AC 2 ms
6,548 KB
testcase_02 AC 131 ms
6,548 KB
testcase_03 AC 131 ms
6,548 KB
testcase_04 AC 131 ms
6,548 KB
testcase_05 AC 132 ms
6,548 KB
testcase_06 AC 132 ms
6,548 KB
testcase_07 AC 131 ms
6,548 KB
testcase_08 AC 132 ms
6,548 KB
testcase_09 AC 131 ms
6,548 KB
testcase_10 AC 133 ms
6,548 KB
testcase_11 AC 132 ms
6,548 KB
testcase_12 AC 131 ms
6,548 KB
testcase_13 AC 131 ms
6,548 KB
testcase_14 AC 131 ms
6,548 KB
testcase_15 AC 132 ms
6,548 KB
testcase_16 AC 131 ms
6,548 KB
testcase_17 AC 132 ms
6,548 KB
testcase_18 AC 131 ms
6,548 KB
testcase_19 AC 132 ms
6,548 KB
testcase_20 AC 134 ms
6,548 KB
testcase_21 AC 40 ms
6,548 KB
testcase_22 AC 70 ms
6,548 KB
testcase_23 AC 89 ms
6,548 KB
testcase_24 AC 109 ms
6,548 KB
testcase_25 AC 8 ms
6,548 KB
testcase_26 AC 64 ms
6,548 KB
testcase_27 AC 130 ms
6,548 KB
testcase_28 AC 96 ms
6,548 KB
testcase_29 AC 42 ms
6,548 KB
testcase_30 AC 10 ms
6,548 KB
testcase_31 AC 113 ms
6,548 KB
testcase_32 AC 17 ms
6,548 KB
testcase_33 AC 98 ms
6,548 KB
testcase_34 AC 61 ms
6,548 KB
testcase_35 AC 119 ms
6,548 KB
testcase_36 AC 94 ms
6,548 KB
testcase_37 AC 131 ms
6,676 KB
testcase_38 AC 108 ms
6,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@T;rep(T){ll@N;modint a=0,b=0,d=0,e=0,f=0,g=0,z,w;a.setmod(998244353);rep(i,N){ll@x,@y;z=x*x+y*y,w=1/z;a+=b*z+2i+(d-e*x*x-f*x*y-g*y*y)*w;b+=w;d+=z;e+=4x*x*w;f+=8x*y*w;g+=4y*y*w;}wt(a);}
0