运行 ID: 41297

Main.cc: In function ‘bool cmp(int, int)’:
Main.cc:6:11: error: a function-definition is not allowed here before ‘{’ token
 int main(){
           ^
Main.cc:21:13: error: expected ‘}’ at end of input
     return 0;
             ^