Run ID:29118
提交时间:2022-07-07 09:56:33
#include<bits/stdc++.h> using namespace std; int main(){ double x; cin>>x; cout<<fabs(x); }