Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6173 zhaohaoyu 判断大小 C++ 解答错误 1 MS 276 KB 261 2022-11-27 16:04:48

Tests(0/1):


#include<iostream> using namespace std; int main(){ int score=0; cout<<"请输入一个数:"<<endl; cin >> score; cout<<"您输入的分数为:"<<endl; if (1 < score < 100) { cout<<"yes"<<endl; } return 0; }


测评信息: