Run ID:58135

提交时间:2023-09-23 16:35:29

#include <iostream> #include <cmath> using namespace std; int main() { int a; cin>>a; cout<<fabs(a); }