QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#602700 | #3426. Icons in the Toolbar | GuanYunchang | Compile Error | / | / | C++20 | 532b | 2024-10-01 12:11:05 | 2024-10-01 12:11:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main(int, const char**)’: answer.code:19:2: error: expected ‘}’ at end of input 19 | } | ^ answer.code:4:39: note: to match this ‘{’ 4 | int main(int argc, char const *argv[]){ | ^