QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#604255#7749. A Simple MST ProblemZhaoZiLongCompile Error//D2.8kb2024-10-02 02:51:172024-10-02 02:51:18

Details

answer.d(1): Error: C preprocessor directive `#include` is not supported
answer.d(1): Error: declaration expected, not `#`
answer.d(3): Error: C preprocessor directive `#define` is not supported
answer.d(3): Error: declaration expected, not `#`
answer.d(4): Error: C preprocessor directive `#define` is not supported
answer.d(7): Error: instead of C-style syntax, use D-style `int[123000] pl`
answer.d(7): Error: multiple declarations must have the same type, not `int[123000]` and `int`
answer.d(15): Error: no identifier for declarator `vector`
answer.d(15): Error: declaration expected, not `<`
answer.d(16): Error: no identifier for declarator `vector`
answer.d(16): Error: declaration expected, not `<`
answer.d(27): Error: storage class not allowed for bit-field declaration
answer.d(27): Error: semicolon needed to end declaration of `__anonBitField1` instead of `)`
answer.d(27): Error: expression expected, not `)`
answer.d(28): Error: found `div` when expecting `;` following `for` condition
answer.d(28): Error: expression expected, not `*=`
answer.d(28): Error: found `x` when expecting `)`
answer.d(28): Error: use `{ }` for an empty statement, not `;`
answer.d(38): Error: found `>` when expecting `;` following expression
answer.d(38):        expression: `set < (int)`
answer.d(39): Error: storage class not allowed for bit-field declaration