Run ID:41900

提交时间:2022-11-10 21:59:12

#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<abs(a); return 0; }