Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6153 jizhexi 计算书费 C++ 通过 1 MS 280 KB 200 2022-11-27 14:59:04

Tests(1/1):


#include<iostream> using namespace std; int main(){ double a2[10] = {28.9,32.7,45.6,78,35,86.2,27.8,43,56,65}; double n,s=0; for(int i=0;i<10;i++){ cin>>n; s=s+a2[i]*n; } cout<<s; }


测评信息: