Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
71172 sh25_wangtaojie 输出绝对值 C++ 编译错误 0 MS 0 KB 192 2025-10-24 15:33:30

Tests(0/0):


#include <iomanip> #include <cmath> using namespace std; int main() { double num; cin >> num; cout << fixed << setprecision(2) << fabs(num) << endl; return 0; }


测评信息: