Run id: 135671

Main.cc: In function 'int main()':
Main.cc:5:5: error: 'inta' was not declared in this scope
     inta,b,c;
     ^
Main.cc:5:10: error: 'b' was not declared in this scope
     inta,b,c;
          ^
Main.cc:5:12: error: 'c' was not declared in this scope
     inta,b,c;
            ^
Main.cc:6:10: error: 'a' was not declared in this scope
     cin>>a>>b>>c;
          ^
Main.cc:7:19: error: unable to find numeric literal operator 'operator""c'
     cout<