QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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()))); | ^