| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 994 | 王冯俊 | 歌手打分 | C++ | Compile Error | 0 | 0 MS | 0 KB | 180 | 2019-09-26 20:15:20 |
#include<iostream> int main() { double total=9.6*6; double d=total-9.4*5; double g=total-9.8*5; double r=(total-d-g)/4 printf("%.1lf",r); return 0; }