QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#669636 | #7255. Mirror Rice Cake | ZhaoZiLong | Compile Error | / | / | D | 1.9kb | 2024-10-23 19:14:39 | 2024-10-23 19:14:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.d(1): Error: C preprocessor directive `#include` is not supported answer.d(1): Error: declaration expected, not `#` answer.d(4): Error: C preprocessor directive `#define` is not supported answer.d(4): Error: declaration expected, not `#` answer.d(5): Error: C preprocessor directive `#define` is not supported answer.d(6): Error: C preprocessor directive `#define` is not supported answer.d(6): Error: declaration expected, not `\n` answer.d(9): Error: instead of C-style syntax, use D-style `int[N][N] processed` answer.d(10): Error: no identifier for declarator `vector` answer.d(10): Error: declaration expected, not `<` answer.d(11): Error: instead of C-style syntax, use D-style `char[N][N] grid` answer.d(11): Error: multiple declarations must have the same type, not `char[N][N]` and `char[N][N]` answer.d(11): Error: instead of C-style syntax, use D-style `char[N][N] ccopy` answer.d(12): Error: instead of C-style syntax, use D-style `int[N][N] vis` answer.d(22): Error: found `}` when expecting `;` following expression answer.d(22): expression: `i , j` answer.d(22): Error: found `)` instead of statement answer.d(31): Error: found `void` when expecting `)` answer.d(31): Error: found `solve` when expecting `;` following expression answer.d(22): expression: `vp.push_back(() { i , j; __error__ dp(i + 1, j); dp(i - 1, j); dp(i, j + 1); dp(i, j - 1); } )` answer.d(76): Error: found `<` when expecting `)` answer.d(76): Error: found `int` when expecting `;` following expression