QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^