Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1504 老师 歌手打分 C++ 通过 100 0 MS 248 KB 155 2019-10-12 18:41:27

Tests(1/1):


#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; }


测评信息: