結果

問題 No.940 ワープ ε=ε=ε=ε=ε=│;p>д<│
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-12-03 02:29:19
言語 cLay
(20240104-1)
結果
AC  
実行時間 213 ms / 5,000 ms
コード長 151 bytes
コンパイル時間 2,750 ms
コンパイル使用メモリ 175,332 KB
実行使用メモリ 22,704 KB
最終ジャッジ日時 2023-09-19 00:32:27
合計ジャッジ時間 6,220 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,376 KB
testcase_01 AC 1 ms
4,376 KB
testcase_02 AC 2 ms
4,376 KB
testcase_03 AC 3 ms
4,380 KB
testcase_04 AC 1 ms
4,376 KB
testcase_05 AC 2 ms
4,384 KB
testcase_06 AC 2 ms
4,376 KB
testcase_07 AC 2 ms
4,380 KB
testcase_08 AC 2 ms
4,380 KB
testcase_09 AC 2 ms
4,376 KB
testcase_10 AC 2 ms
4,376 KB
testcase_11 AC 2 ms
4,376 KB
testcase_12 AC 2 ms
4,376 KB
testcase_13 AC 2 ms
4,380 KB
testcase_14 AC 2 ms
4,380 KB
testcase_15 AC 15 ms
6,320 KB
testcase_16 AC 48 ms
8,408 KB
testcase_17 AC 96 ms
12,488 KB
testcase_18 AC 125 ms
14,552 KB
testcase_19 AC 95 ms
12,560 KB
testcase_20 AC 161 ms
18,656 KB
testcase_21 AC 63 ms
10,656 KB
testcase_22 AC 153 ms
18,672 KB
testcase_23 AC 49 ms
8,460 KB
testcase_24 AC 159 ms
18,852 KB
testcase_25 AC 190 ms
20,756 KB
testcase_26 AC 213 ms
22,704 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

{ll x,y,z,n;rd(x,y,z);n=x+y+z+1;combination_mint c;c.init(2*n);mint a,f;rrep(i,n)a+=(f=f*2-((-1)**(n-i))*c.C(n,i+1))*c.H(i,x)*c.H(i,y)*c.H(i,z);wt(a);}
0