Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
135247 ggh 07判断成绩 C++ Compile Error 0 MS 0 KB 352 2025-11-03 16:35:13

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(){ bool rain; cin>>rain; if(rain==true){ cout<<"明天不出去"; cout<<"明天不出去"; cout<<"明天不出去"; cout<<"明天不出去"; cout<<"明天不出去"; cout<<"明天不出去"; } cout<<"------------"; if(rain==false){ cout<<"明天出去玩"; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:17:2: error: expected '}' at end of input
  }
  ^