Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6201 zhangxincheng 判断大小 C++ 通过 1 MS 276 KB 175 2022-11-27 16:30:58

Tests(3/3):


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


测评信息: