Run id: 139670
Main.cc: In function 'int main()':
Main.cc:7:14: error: 'i' was not declared in this scope
int main() { i
^
Main.cc:11:6: error: 'a' was not declared in this scope
cin>>a>>b>>c;
^
Main.cc:11:9: error: 'b' was not declared in this scope
cin>>a>>b>>c;
^
Main.cc:11:12: error: 'c' was not declared in this scope
cin>>a>>b>>c;
^
Main.cc:27:1: error: expected primary-expression at end of input
return
^
Main.cc:27:1: error: expected ';' at end of input
Main.cc:27:1: error: expected '}' at end of input