QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#182277 | #5580. Branch Manager | MaMengQi | Compile Error | / | / | C++20 | 638b | 2023-09-17 16:24:39 | 2023-09-17 16:24:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:37:29: error: expected ‘}’ at end of input 37 | cout << ans << endl; | ^ answer.code:21:1: note: to match this ‘{’ 21 | { | ^