Run ID:35902
提交时间:2022-08-06 08:34:15
#include<iostream> #include<cmath> using namespace std; int main() { int n; cin>>n; cout<<abs(n); return 0; }