运行 ID: 11837

Main.cc: In function ‘int main()’:
Main.cc:6:2: error: ‘inta’ was not declared in this scope
  inta,b,c;
  ^~~~
Main.cc:6:2: note: suggested alternative: ‘int’
  inta,b,c;
  ^~~~
  int
Main.cc:6:7: error: ‘b’ was not declared in this scope
  inta,b,c;
       ^
Main.cc:6:9: error: ‘c’ was not declared in this scope
  inta,b,c;
         ^
Main.cc:7:7: error: ‘a’ was not declared in this scope
  cin>>a>>b>>c;
       ^