Run id: 102561

Main.cc: In function 'int main()':
Main.cc:11:9: error: expected primary-expression before '}' token
         }
         ^
Main.cc: At global scope:
Main.cc:12:18: error: expected unqualified-id before '++' token
                  ++cnt;
                  ^
Main.cc:13:18: error: 'n' does not name a type
                  n/= 10;
                  ^
Main.cc:14:9: error: expected declaration before '}' token
         }
         ^