QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#482940 | #7279. Tricks of the Trade | egypt_ioi2024b_05 | Compile Error | / | / | C++17 | 1.8kb | 2024-07-18 05:39:53 | 2024-07-18 05:39:54 |
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:69:71: error: ‘val’ was not declared in this scope; did you mean ‘vall’? 69 | while(l != ss.rend() && (*l).first == val){ | ^~~ | vall