Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
43739 楼俊毅 计算书费 C++ Accepted 3 MS 280 KB 208 2023-01-06 12:37:19

Tests(4/4):


Code:

#include<iostream> using namespace std; int main(){ int a,b,c,d,e,f,g,h,i,j; cin>>a>>b>>c>>d>>e>>f>>g>>h>>i>>j; cout<<a*28.9+b*32.7+c*45.6+d*78+e*35+f*86.2+g*27.8+h*43+i*56+j*65; return 0; }