1 条题解
-
0大金狮 (mengqingyu) LV 10 @ 2024-7-26 9:32:06
#include <iostream> #include <string.h> #include <cstdio> #include <algorithm> #include <string> #include <iomanip> #include <math.h> #include <map> #include <set> #include <cstdlib> #include <vector> typedef long long LL; typedef unsigned long long ULL; const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; using namespace std; int main() { int n; double s; cin >> n >> s; if(n >= 5 && n < 10) s *= 0.9; if(n >= 10)s *= 0.8; printf("%.2lf", s * 1.0 * n); return 0; }
- 1
信息
- ID
- 3116
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 9
- 标签
- 递交数
- 7
- 已通过
- 5
- 上传者