编写题解 2835: 计算书费
摘要:解题思路:注意事项:参考代码:price=[28.9,32.7,45.6,78,35,86.2,27.8,43,56,65] #将价格储存进数组
nums=list(map(int,input().……
用数组来存放定价,一个循环就可以解决整体的输入
摘要:解题思路:注意事项:参考代码:#include<iostream>
#include<stdio.h>
using namespace std;
int main()
{ float ……
题解 2835: 计算书费
摘要: #include
using namespace std;
int b,c;
double a[10]= { 28.9,32.7,45.6,78,35,86.2,……
2835: 计算书费
摘要:```
#include
using namespace std;
int main(){
double a[10] = {28.9,32.7,45.6,78,35,86.2,27.8,43……
编写题解 2835: 计算书费
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ float q,w,e,r,t,y,u,i,o,p; ci……