Run ID:23613
提交时间:2022-03-13 17:19:40
#include<iostream> #include<cmath> using namespace std; int main(){ double a; cin>>a; cout<<fabs(a); }