foo.cpp: In function 'int main()':
foo.cpp:18:2: error: 'fin' was not declared in this scope
fin>>n>>k;
^
foo.cpp:23:3: error: expected ';' before 'if'
if(op=='A'){
^
foo.cpp:41:1: error: expected '}' at end of input
}
^
foo.cpp:12:6: warning: unused variable 'm' [-Wunused-variable]
int m=0,p=0,s=0,m1=0;
^
foo.cpp:12:10: warning: unused variable 'p' [-Wunused-variable]
int m=0,p=0,s=0,m1=0;
^
foo.cpp:12:14: warning: unused variable 's' [-Wunused-variable]
int m=0,p=0,s=0,m1=0;
^
foo.cpp:12:18: warning: unused variable 'm1' [-Wunused-variable]
int m=0,p=0,s=0,m1=0;
^
foo.cpp:41:1: error: expected '}' at end of input
}
^