| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137293 | 周佳豪 | 07比较大小 | C++ | Wrong Answer | 1 MS | 264 KB | 173 | 2025-11-17 16:08:35 |
#include <iostream> using namespace std; int main(){ bool liugan; cin>> liugan; if(liugan==true){ cout<<"回家休息"; }else{ cout<<"正常上课"; } }
------Input------
7405 9836
------Answer-----
9836
------Your output-----
回家休息