Problem cinema
User qxlqx
Submission Time 2024-11-27 13:24:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cinema.cpp: In function ‘int main()’:
cinema.cpp:35:4: error: expected primary-expression before ‘=’ token
35 | }=
| ^
cinema.cpp:36:3: error: expected primary-expression before ‘for’
36 | for(int j=0;j<n;j++){
| ^~~
cinema.cpp:36:15: error: ‘j’ was not declared in this scope
36 | for(int j=0;j<n;j++){
| ^