Problem seats2
User Mimikyu
Submission Time 2024-11-08 12:37:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

seats2.cpp: In function ‘int32_t main()’:
seats2.cpp:19:25: error: expected ‘;’ before ‘}’ token
19 | if(temp=='.')count++
| ^
| ;
20 | }
| ~