带代码框的题解

凌愉晴  •  2个月前


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

评论: