运行 ID: 129482

Main.cc:3:9: error: ISO C++ forbids declaration of ‘intmain’ with no type [-fpermissive]
 intmain(){int a,b;  
         ^
Main.cc: In function ‘int intmain()’:
Main.cc:15:10: error: expected ‘;’ before ‘}’ token
          }
          ^