Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6280 limingyu 输出绝对值 C++ 解答错误 1 MS 276 KB 193 2022-11-27 20:20:28

Tests(0/2):


#include<iostream> using namespace std; int main() { double x = -3.14 ; cin >> x; if ((x <10000 )&&(x>0)){ cout<<x<<endl; } return 0; }


测评信息: