我连样列都没过!!!求助~~~
查看原帖
我连样列都没过!!!求助~~~
501440
居然Tommy楼主2022/10/9 20:55
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
	double n;
	cin>>n;
	cout<<abs(n);
	return 0;
}
2022/10/9 20:55
加载中...