Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6166 zhaohaoyu 判断大小 C++ 解答错误 0 MS 272 KB 241 2022-11-27 15:27:38

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; } }


测评信息: