QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154916 | #7119. Longest Trip | MinaRagy06# | Compile Error | / | / | C++20 | 1.0kb | 2023-09-01 03:25:25 | 2024-04-28 06:50:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<int> longest_trip(int, int)’: answer.code:32:21: error: ‘remp’ was not declared in this scope; did you mean ‘temp’? 32 | remp.push_back(i); | ^~~~ | temp