QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#68721 | #4585. Greedy Knapsack | ZhangYiDe | Compile Error | / | / | C++17 | 4.9kb | 2022-12-19 03:54:17 | 2022-12-19 03:54:20 |
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:257:22: error: expected ‘}’ at end of input 257 | cout << endl; | ^ answer.code:235:1: note: to match this ‘{’ 235 | { | ^