| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 156658 | 万嘉宇 | 财务管理 | C++ | Wrong Answer | 1 MS | 272 KB | 279 | 2026-07-04 14:56:34 |
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; int main(){ int n; double m,s; cin>>n; for(int i=1;i<=12;i++){ cin>>m; s+=m; printf("%.2lf",s); } return 0; }
------Input------
12345.12 12434.45 42524.56 86342.11 23436.67 75443.45 43565.90 54342.00 11111.33 34365.09 12231.32 21344.65
------Answer-----
¥35790.55
------Your output-----
0.1212434.5754959.13141301.24164737.91240181.36283747.26338089.26349200.59383565.68395797.00417141.65