Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6286 limingyu 输出绝对值 C++ 编译错误 0 MS 0 KB 236 2022-11-27 21:03:12

Tests(0/0):


#include<iostream> using namespsce std ; #include<cstdio> int main () { float x=3.14; cin >> x; if (x>=0){ printf("%.2f",x); }else if (x<0){ printf("%.2f",-x); } return 0; }


测评信息: