QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#669636#7255. Mirror Rice CakeZhaoZiLongCompile Error//D1.9kb2024-10-23 19:14:392024-10-23 19:14:40

详细

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