Run ID:135117
提交时间:2025-11-02 16:09:45
#include<iostream> using namespace std; int main() { int a,b; b=abs(a) cin>>a; cout<<b; return 0; }