| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 500 | 张弛 | 歌手打分 | C++ | Compile Error | 0 | 0 MS | 0 KB | 188 | 2019-09-20 20:03:54 |
#include<iostream> int main(){ int a,b,c,d,max,min; a=5*9.4; b=5*9.8; c=6*9.6; max=b-a; min=b-c; d=(b-max-min)\4; printf("%d",d); return 0; }