Run ID:42166

提交时间:2022-11-13 10:41:11

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