Run id: 144076

Main.cc:1:10: error: #include expects "FILENAME" or 
 #include 
          ^
Main.cc: In function 'int main()':
Main.cc:5:12: error: 'cin' was not declared in this scope
     while (cin >> n && n != 0) { 
            ^
Main.cc:8:23: error: expected ')' before ';' token
             sum += num;
                       ^
Main.cc:10:9: error: 'cout' was not declared in this scope
         cout >> n;}
         ^
Main.cc: At global scope:
Main.cc:11:1: error: expected unqualified-id before 'return'
 return 0;
 ^
Main.cc:12:5: error: expected declaration before '}' token
     }
     ^