Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
518 顾郁铭 超市卖电池 C++ Accepted 100 0 MS 256 KB 126 2019-09-20 21:17:28

Tests(1/1):


#include<iostream> int main(){ float a,b; scanf("%f",&a); b=a*2; if(a>10) b=b*0.9; printf("%.1f",b); return 0; }


Judgement Protocol: