Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
135213 余秋烨 07判断成绩 C++ Compile Error 0 MS 0 KB 348 2025-11-03 16:27:28

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:16:26: error: expected '}' at end of input
   cout<<"明天出去玩";
                          ^
Main.cc:16:26: error: expected '}' at end of input