提交时间:2023-01-08 15:44:44
运行 ID: 3488
#include<bits/stdc++.h> using namespace std; int main() { double x; cin>>x; cout<<abs(x); return 0; }