Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6560 yuyang 判断大小 C++ 通过 1 MS 276 KB 165 2022-12-04 15:33:39

Tests(3/3):


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


测评信息: