| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5562 | 陈一畅 | 糖果店 | C++ | Compile Error | 0 | 0 MS | 0 KB | 142 | 2020-08-14 14:12:34 |
#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c; cin>>a>>b>>c; d=a*10.4+b*15.6+c*25.2; cout<<d; return 0; }