不会Python,C++可以吗
2024-12-03 20:20:13
发布于:广东
15阅读
0回复
0点赞
#include <iostream>
#include <cstdio>
#include <cmath>
#define ll long long
using namespace std;
int main()
{
// freopen("explore.in", "r", stdin);
// freopen("explore.out", "w", stdout);
double a,b,c;
cin>>a>>b>>c;
printf("%.2f",round(a)+max(pow(b,2),c*15)-325);
// fclose(stdin);
// fclose(stdout);
return 0;
}
全部评论 1
随机刷题真好用()
2024-12-03 来自 广东
1
有帮助,赞一个