Run id: 146523

Main.cc: In function 'int main()':
Main.cc:4:18: error: expected initializer before ':' token
   int a,b,d,t,cnt:
                  ^
Main.cc:6:11: error: 'c' was not declared in this scope
 while(a+b+c!=30){
           ^
Main.cc:8:5: error: 'n' was not declared in this scope
     n=false;
     ^
Main.cc:22:9: error: 'cnt' was not declared in this scope
         cnt++;
         ^
Main.cc:24:11: error: 'cnt' was not declared in this scope
     cout<