結果

問題 No.2651 [Cherry 6th Tune B] $\mathbb{C}$omplex комбинат
ユーザー 👑 p-adicp-adic
提出日時 2023-08-23 11:36:25
言語 cLay
(20240714-1)
結果
AC  
実行時間 136 ms / 2,500 ms
コード長 187 bytes
コンパイル時間 3,457 ms
コンパイル使用メモリ 175,732 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-27 08:13:29
合計ジャッジ時間 9,506 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 134 ms
5,376 KB
testcase_03 AC 133 ms
5,376 KB
testcase_04 AC 133 ms
5,376 KB
testcase_05 AC 133 ms
5,376 KB
testcase_06 AC 133 ms
5,376 KB
testcase_07 AC 133 ms
5,376 KB
testcase_08 AC 134 ms
5,376 KB
testcase_09 AC 133 ms
5,376 KB
testcase_10 AC 133 ms
5,376 KB
testcase_11 AC 133 ms
5,376 KB
testcase_12 AC 132 ms
5,376 KB
testcase_13 AC 133 ms
5,376 KB
testcase_14 AC 133 ms
5,376 KB
testcase_15 AC 132 ms
5,376 KB
testcase_16 AC 132 ms
5,376 KB
testcase_17 AC 133 ms
5,376 KB
testcase_18 AC 132 ms
5,376 KB
testcase_19 AC 132 ms
5,376 KB
testcase_20 AC 136 ms
5,376 KB
testcase_21 AC 41 ms
5,376 KB
testcase_22 AC 70 ms
5,376 KB
testcase_23 AC 90 ms
5,376 KB
testcase_24 AC 110 ms
5,376 KB
testcase_25 AC 9 ms
5,376 KB
testcase_26 AC 64 ms
5,376 KB
testcase_27 AC 130 ms
5,376 KB
testcase_28 AC 97 ms
5,376 KB
testcase_29 AC 42 ms
5,376 KB
testcase_30 AC 11 ms
5,376 KB
testcase_31 AC 109 ms
5,376 KB
testcase_32 AC 18 ms
5,376 KB
testcase_33 AC 99 ms
5,376 KB
testcase_34 AC 61 ms
5,376 KB
testcase_35 AC 119 ms
5,376 KB
testcase_36 AC 95 ms
5,376 KB
testcase_37 AC 132 ms
5,376 KB
testcase_38 AC 110 ms
5,376 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