Run id: 93156

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;
            ^