0_0_38644418_5289.cpp: In function 'int main()':
0_0_38644418_5289.cpp:13:5: error: expected '}' at end of input
}
^
0_0_38644418_5289.cpp:10:8: note: to match this '{'
else{
^
0_0_38644418_5289.cpp:13:5: error: expected '}' at end of input
}
^
0_0_38644418_5289.cpp:7:7: note: to match this '{'
else{
^
0_0_38644418_5289.cpp:13:5: error: expected '}' at end of input
}
^
0_0_38644418_5289.cpp:5:18: note: to match this '{'
while(cin>>M>>N){
^
0_0_38644418_5289.cpp:13:5: error: expected '}' at end of input
}
^
0_0_38644418_5289.cpp:3:11: note: to match this '{'
int main(){
^
|