Problem | reverse |
---|---|
User | PyAce |
Submission Time | 2025-06-18 10:31:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:13:3: error: ‘IVector’ was not declared in this scope; did you mean ‘Ivector’?
13 | IVector.push_back(CurrentNum)
| ^~~~~~~
| Ivector
reverse.cpp:16:18: error: ‘IVector’ was not declared in this scope; did you mean ‘Ivector’?
16 | int LastRead = IVector.back()
| ^~~~~~~
| Ivector