Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1218 老师 歌手打分 C++ 通过 100 0 MS 256 KB 169 2019-10-06 13:41:59

Tests(1/1):


#include<iostream> int main(){ double total=9.6*6,high,low,avg; high=total-9.4*5; low=total-9.8*5; avg=(total-high-low)/4; printf("%.1lf",avg); return 0; }


测评信息: