QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101015 | #2928. Espresso! | ZhangYiDe | Compile Error | / | / | C++17 | 619b | 2023-04-28 23:44:17 | 2023-04-28 23:44:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:28:14: warning: missing terminating ' character 28 | cout<<cnt'; | ^ answer.code:28:14: error: missing terminating ' character 28 | cout<<cnt'; | ^~ answer.code: In function ‘int main()’: answer.code:28:14: error: expected ‘;’ before ‘}’ token 28 | cout<<cnt'; | ^ | ; 29 | } | ~