Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
377974 王璟源 【C1-7】包裹托运 C++ 通过 100 4 MS 240 KB 159 2026-02-08 16:39:26

Tests(2/2):


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


测评信息: