Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
862 A班-黎祖彦 行李托运费-2 C++ 解答错误 0 1 MS 264 KB 199 2024-11-30 10:53:54

Tests(0/2):


#include<bits/stdc++.h> using namespace std; int main(){ float x; cin>>x; if(x>=20) { cout<<setprecision(2)<<fixed<<1.98*x; } else { cout<<setprecision(2)<<fixed<<1.68*x; } }


测评信息: