Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6258 zhangxincheng 输入温度t的值,判断是否适合晨练 C++ 解答错误 0 MS 276 KB 223 2022-11-27 17:29:55

Tests(1/2):


#include<iostream> using namespace std; int main() { int a=23; cin>>a; if (a<30 && a>25) { cout<<"ok!"<<endl; }else { cout<<"on!"<<endl; } return 0; }


测评信息: