Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6159 jingyinjia 计算书费 C++ 编译错误 0 MS 0 KB 237 2022-11-27 15:09:00

Tests(0/0):


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


测评信息: