Problem | pythonlist |
---|---|
User | 1111111112 |
Submission Time | 2025-06-18 09:23:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp:2:7: error: invalid preprocessing directive #Read
2 | # Read number of questions
| ^~~~
pythonlist.cpp:5:7: error: invalid preprocessing directive #Start
5 | # Start with empty list
| ^~~~~
pythonlist.cpp:8:7: error: invalid preprocessing directive #Process
8 | # Process each question
| ^~~~~~~
pythonlist.cpp:14:15: error: invalid preprocessing directive #Push
14 | # Push number to back of list
| ^~~~
pythonlist.cpp:19:15: error: invalid preprocessing directive #Print
19 | # Print and remove last item
| ^~~~~
pythonlist.cpp:3:5: error: ‘q’ does not name a type
3 | q = int(input())
| ^