Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1184 老师 歌手打分 C++ 通过 100 0 MS 252 KB 178 2019-10-06 10:32:42

Tests(1/1):


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


测评信息: