Main.cc: In function 'int main()':
Main.cc:6:5: error: 'rai' was not declared in this scope
  if(rai
     ^
Main.cc:7:3: error: expected ')' before 'cout'
   cout<<"明天不出去"; 
   ^
Main.cc: At global scope:
Main.cc:13:2: error: 'cout' does not name a type
  cout<<"------------";
  ^
Main.cc:14:2: error: expected unqualified-id before 'if'
  if(rain==false){
  ^