Run ID:5949
提交时间:2024-12-21 14:50:10
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<fabs(a,b); }