QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#475846 | #6736. Alice and Bob | ZhaoZiLong | Compile Error | / | / | C++11 | 799b | 2024-07-13 16:50:59 | 2024-07-13 16:50:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
cc1plus: error: ‘::main’ must return ‘int’ answer.code: In function ‘int main()’: answer.code:40:30: error: ‘fac’ was not declared in this scope 40 | sum = (sum + fac[n - i] * fac[n - i] % 998244353 * ifac[n - 2 * i + 1] % 998244353) % 998244353; | ^~~ answer.code:40:68: error: ‘ifac’ was not declared in this scope 40 | sum = (sum + fac[n - i] * fac[n - i] % 998244353 * ifac[n - 2 * i + 1] % 998244353) % 998244353; | ^~~~