Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6193 zhangxincheng 判断大小 C++ 编译错误 0 MS 0 KB 174 2022-11-27 16:25:38

Tests(0/0):


#include<iostrem> Using namespace std; int main() { int a=80; cin>>a; if (a < 100 && a > 1) { cout<<"yes"<<endl; } return 0; }


测评信息: