Run id: 130038

Main.cc:15:9: warning: missing terminating " character
   cout<<"Digit;
         ^
Main.cc:15:3: error: missing terminating " character
   cout<<"Digit;
   ^
Main.cc: In function 'int main()':
Main.cc:16:2: error: expected primary-expression before '}' token
  }else{
  ^
Main.cc:18:2: error: expected ';' before '}' token
  }
  ^
Main.cc:18:2: error: expected '}' at end of input