Run id: 146524

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