Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5371 孙文谦 超市卖电池 C++ 通过 100 0 MS 252 KB 170 2020-07-31 19:40:21

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ double m; cin>>m; if(m<=10) printf("%.1lf",2*m); else if(m>10) printf("%.1lf",m*0.9*2); return 0; }


测评信息: