Run id: 7477

Main.cc:24:23: error: stray '#' in program
         if(g-s-b-q>0){#include  // cin\cout\endl
                       ^
Main.cc: In function 'int main()':
Main.cc:24:24: error: 'include' was not declared in this scope
         if(g-s-b-q>0){#include  // cin\cout\endl
                        ^
Main.cc:24:40: error: expected primary-expression before '>' token
         if(g-s-b-q>0){#include  // cin\cout\endl
                                        ^
Main.cc:29:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
Main.cc:29:1: error: expected ';' before 'using'
Main.cc:30:11: error: a function-definition is not allowed here before '{' token
 int main(){
           ^
Main.cc:69:1: error: expected '}' at end of input
 }
 ^
Main.cc:69:1: error: expected '}' at end of input
Main.cc:16:16: warning: unused variable 'cnt' [-Wunused-variable]
     int n,temp,cnt=0;
                ^
Main.cc:69:1: error: expected '}' at end of input
 }
 ^