0_0_39419597_29661.cpp: In function 'int main()':
0_0_39419597_29661.cpp:35:18: error: expected '}' at end of input
35 | }
| ^
0_0_39419597_29661.cpp:19:35: note: to match this '{'
19 | for(int j=0;j<num;++j){
| ^
0_0_39419597_29661.cpp:35:18: error: expected '}' at end of input
35 | }
| ^
0_0_39419597_29661.cpp:18:29: note: to match this '{'
18 | for(int i=0;i<n;++i){
| ^
0_0_39419597_29661.cpp:35:18: error: expected '}' at end of input
35 | }
| ^
0_0_39419597_29661.cpp:13:21: note: to match this '{'
13 | while(cin>>n>>m){
| ^
0_0_39419597_29661.cpp:35:18: error: expected '}' at end of input
35 | }
| ^
0_0_39419597_29661.cpp:10:11: note: to match this '{'
10 | int main(){
| ^
|