Problem pythonlist
User aiden
Submission Time 2025-07-23 18:17:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:10:27: error: expected ‘;’ before ‘)’ token
10 | for(int i = 0;i<questions){
| ^
| ;
pythonlist.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
pythonlist.cpp:8:11: note: to match this ‘{’
8 | int main(){
| ^