Run ID:42165

提交时间:2022-11-13 10:40:59

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