Run ID:35901

提交时间:2022-08-06 08:34:14

#include<iostream> #include<cmath> using namespace std; int main(){ int n; cin>>n; cout<<abs(n); return 0; }