Problem seats2
User Zihan1304
Submission Time 2024-11-08 11:05:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

seats2.cpp: In function ‘int main()’:
seats2.cpp:7:14: error: ‘s’ was not declared in this scope
7 | for (char c:s){
| ^
seats2.cpp:13:10: error: lvalue required as left operand of assignment
13 | if (i+2='#',i='#',i+1='.'){
| ^~~
seats2.cpp:13:24: error: lvalue required as left operand of assignment
13 | if (i+2='#',i='#',i+1='.'){
| ^~~
seats2.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
seats2.cpp:7:16: note: to match this ‘{’
7 | for (char c:s){
| ^
seats2.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
seats2.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^