Problem | pythonlist |
---|---|
User | PyAce |
Submission Time | 2025-06-18 10:11:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:25:4: error: ‘LastIndez’ was not declared in this scope; did you mean ‘LastIndex’?
25 | LastIndez = vec.back();
| ^~~~~~~~~
| LastIndex
pythonlist.cpp:26:21: error: expected ‘;’ before ‘}’ token
26 | cout << LastIndex
| ^
| ;
27 | }
| ~