Run id: 139626

Main.cc: In function 'int main()':
Main.cc:4:14: error: 'i' was not declared in this scope
 int main() { i
              ^
Main.cc:6:6: error: 'a' was not declared in this scope
 cin>>a>>b>>c;
      ^
Main.cc:6:9: error: 'b' was not declared in this scope
 cin>>a>>b>>c;
         ^
Main.cc:6:12: error: 'c' was not declared in this scope
 cin>>a>>b>>c;
            ^