Run ID:41893

提交时间:2022-11-10 21:45:39

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