1 条题解
-
412234洪子昊 (12234洪子昊) LV 8 @ 2021-10-25 09:37:53
#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
double a,b;
cin>>a>>b;
cout<<fixed<<setprecision(2)<<a+b;
return 0;
}
- 1
信息
- ID
- 1693
- 难度
- 2
- 分类
- (无)
- 标签
- 递交数
- 399
- 已通过
- 224
- 通过率
- 56%
- 被复制
- 5
- 上传者