Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
21348 Terry 字符范围 C++ 解答错误 40 0 MS 664 KB 199 2021-12-18 15:31:59

Tests(4/10):


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


测评信息: