| Problem | pythonlist |
|---|---|
| User | ethantanaki |
| Submission Time | 2026-04-18 10:13:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:8:5: error: expected ‘;’ before ‘Q’
8 | cin Q;
| ^~
| ;
pythonlist.cpp:10:6: error: expected ‘;’ before ‘one_two’
10 | cin one_two;
| ^~~~~~~~
| ;
pythonlist.cpp:16:18: error: ‘class std::vector<int>’ has no member named ‘top’
16 | cout << list.top();
| ^~~
pythonlist.cpp:17:10: error: ‘class std::vector<int>’ has no member named ‘pop’
17 | list.pop();
| ^~~