Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
431745 许清菡 【C1-7】包裹托运 C++ 通过 100 3 MS 244 KB 159 2026-03-11 19:26:38

Tests(2/2):


#include<iostream> using namespace std; int main(){ double x,y; cin>>x; if(x<=15.0){ cout<<6*x; }else{ cout<<9*(x-15)+6*15; } return 0; }


测评信息: