Run id: 98049

Main.cc: In function 'int main()':
Main.cc:7:9: error: 'cin' was not declared in this scope
         cin > > n > > x > > y;
         ^
Main.cc:7:15: error: expected primary-expression before '>' token
         cin > > n > > x > > y;
               ^
Main.cc:7:21: error: expected primary-expression before '>' token
         cin > > n > > x > > y;
                     ^
Main.cc:7:27: error: expected primary-expression before '>' token
         cin > > n > > x > > y;
                           ^
Main.cc:11:18: error: expected primary-expression before '=' token
         if(num < =0)
                  ^
Main.cc:12:16: error: 'cout' was not declared in this scope
                cout << 0 <