結果

問題 No.940 ワープ ε=ε=ε=ε=ε=│;p>д<│
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-12-03 02:29:19
言語 cLay
(20240714-1)
結果
AC  
実行時間 213 ms / 5,000 ms
コード長 151 bytes
コンパイル時間 3,163 ms
コンパイル使用メモリ 178,420 KB
実行使用メモリ 22,144 KB
最終ジャッジ日時 2024-07-05 13:28:59
合計ジャッジ時間 5,329 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 2 ms
5,376 KB
testcase_11 AC 1 ms
5,376 KB
testcase_12 AC 1 ms
5,376 KB
testcase_13 AC 2 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 15 ms
5,376 KB
testcase_16 AC 46 ms
7,552 KB
testcase_17 AC 95 ms
11,776 KB
testcase_18 AC 122 ms
14,336 KB
testcase_19 AC 94 ms
11,776 KB
testcase_20 AC 161 ms
17,536 KB
testcase_21 AC 63 ms
8,832 KB
testcase_22 AC 153 ms
16,768 KB
testcase_23 AC 50 ms
7,808 KB
testcase_24 AC 157 ms
17,280 KB
testcase_25 AC 188 ms
20,224 KB
testcase_26 AC 213 ms
22,144 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