QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#708792 | #8515. KMOP | GuanYunchang | Compile Error | / | / | C++11 | 2.2kb | 2024-11-04 06:43:25 | 2024-11-04 06:43:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:41:11: warning: multi-character character constant [-Wmultichar] 41 | char buf[2'000'010]; | ^~~~~ answer.code:41:11: error: expected ‘]’ before '\x303030' 41 | char buf[2'000'010]; | ^~~~~ | ] answer.code: In function ‘int main()’: answer.code:50:19: error: ‘buf’ was not declared in this scope 50 | scanf("%s", buf); | ^~~