QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#456950 | #7276. A Light Inconvenience | carrotqq | Compile Error | / | / | C++20 | 893b | 2024-06-28 18:52:07 | 2024-06-28 18:52:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::pair<long long int, std::vector<long long int> > leave(long long int)’: answer.code:31:9: error: ‘res’ was not declared in this scope 31 | res.push_back(x); | ^~~