Main.cc:3:1: error: stray '\357' in program
int n,m ;// n是人数,m是谁报道m谁死
^
Main.cc:3:1: error: stray '\274' in program
Main.cc:3:1: error: stray '\214' in program
Main.cc:3:9: error: expected initializer before 'm'
int n,m ;// n是人数,m是谁报道m谁死
^
Main.cc: In function 'int main()':
Main.cc:6:11: error: 'n' was not declared in this scope
cin >>n>>m;
^
Main.cc:6:14: error: 'm' was not declared in this scope
cin >>n>>m;
^