Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
21328 dd 字符范围 C++ 解答错误 60 0 MS 688 KB 157 2021-12-18 15:14:18

Tests(6/10):


#include <iostream> using namespace std; int main() { int x; cin>>x; if(x<9&&x>1) { cout<<x*5; } else { cout<<"No"; } return 0; }


测评信息: