QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#285408 | #3251. 数正方体 | cjwdxfblzs | Compile Error | / | / | C++14 | 1.5kb | 2023-12-16 18:56:35 | 2023-12-16 18:56:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void lyre::main()’: answer.code:10:19: error: missing template arguments before ‘(’ token 10 | auto ch(vector(r + 1, vector(c + 1, char()))); | ^ answer.code:10:33: error: missing template arguments before ‘(’ token 10 | auto ch(vector(r + 1, vector(c + 1, char()))); | ^