QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#761952 | #1839. Joke | lgh | Compile Error | / | / | C++14 | 7.8kb | 2024-11-19 11:51:35 | 2024-11-19 11:51:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:201:16: error: missing template arguments before ‘f’ 201 | vector f(cnt+1,vector(n+1,Mint(0))); | ^ answer.code:202:9: error: ‘f’ was not declared in this scope 202 | f[0][0]=1; | ^