Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
233 未知用户 歌手打分 C++ Accepted 100 0 MS 248 KB 148 2019-09-18 18:34:35

Tests(1/1):


#include<iostream> int main(){ float a,b,c,e,d; a=9.6; b=a*6; c=b-(9.4*5); e=b-(9.8*5); d=(b-c-e)/4; printf("%.1f",d); return 0; }


Judgement Protocol: