Run ID:3036

提交时间:2024-03-16 21:52:05

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