Problem seats2
User Haocheng
Submission Time 2024-11-08 09:12:25
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:12:7: error: ‘S’ was not declared in this scope
12 | if (S[i] == '#' && S[i + 1] == '.' && S[i + 2] == '#') {
| ^
seats2.cpp:16:19: error: expected ‘;’ before ‘}’ token
16 | cout<<count<<'\n'
| ^
| ;
17 | }
| ~