| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 400 | 梅煦洋 | 歌手打分 | C++ | Accepted | 100 | 0 MS | 256 KB | 157 | 2019-09-19 18:54:34 |
#include<iostream> int main(){ double a,b,c,x; b=6*9.6-(6-1)*9.4; c=6*9.6-(6-1)*9.8; a=6*9.6-b-c; x=a/(6-1-1); printf("%.1f",x); return 0; }