E_N_zmy @ 2024-03-11 12:31:02
#include <bits/stdc++.h>
using namespace std;
int main(){
/*
计算概论 28.9元/本
数据结构与算法 32.7元/本
数字逻辑 45.6元/本
C++程序设计教程 78元/本
人工智能 35 元/本
计算机体系结构 86.2元/本
编译原理 27.8元/本
操作系统 43元/本
计算机网络 56元/本
JAVA程序设计 65元/本
*/
int a,b,c,d,e,f,g,h,i,j;
double s=0;
cin>>a>>b>>c>>d>>e>>f>>g>>h>>i>>j;
s=s+28.9*a+32.7*b+45.6*c+78*d+35*e+86.2*f+27.8*g+43*h+56*i+65*j;
cout<<s;
return 0;
}
测试#5错了,报错 answer to short on line 1
by InversionShadow @ 2024-03-11 12:35:14
精确到小数点后一位。
by ccf666 @ 2024-03-11 12:43:25
哥们读下题 保留1位小数