Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6172 zhaohaoyu 判断大小 C++ 解答错误 1 MS 284 KB 257 2022-11-27 15:58:28

Tests(0/1):


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


测评信息: