| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137459 | 周佳豪 | 07苹果和虫子 | C++ | Compile Error | 0 MS | 0 KB | 168 | 2025-11-17 17:24:24 |
#include <iostream> using namespace std; int main(){ bool liugan; cin>> liugan; if(liugan==true){ cout<<"回家休息"; }else{ cout<<"正常上课"; }
Main.cc: In function 'int main()': Main.cc:10:2: error: expected '}' at end of input } ^