Problem seats2
User Haocheng
Submission Time 2024-11-08 09:12:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

seats2.cpp: In function ‘int32_t main()’:
seats2.cpp:11:6: error: ‘i’ was not declared in this scope
11 | for(i=0;i<=a;i++){
| ^
seats2.cpp:16:19: error: expected ‘;’ before ‘}’ token
16 | cout<<count<<'\n'
| ^
| ;
17 | }
| ~