Run ID:41899
提交时间:2022-11-10 21:58:27
#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<abs(a); return 0; }