QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#604255 | #7749. A Simple MST Problem | ZhaoZiLong | Compile Error | / | / | D | 2.8kb | 2024-10-02 02:51:17 | 2024-10-02 02:51:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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