Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
1504 | 老师 | 歌手打分 | C++ | Accepted | 100 | 0 MS | 248 KB | 155 | 2019-10-12 18:41:27 |
#include<iostream> int main(){ double total=9.6*6,high,low; high=total-9.4*5; low=total-9.8*5; printf("%.1lf",(total-high-low)/4); return 0; }