Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
352159 沈昊煊 【C1-7】包裹托运 C++ 通过 100 1 MS 248 KB 179 2025-09-23 16:38:53

Tests(2/2):


#include<iostream> using namespace std; int main(){ double n; cin>>n; if(n<=15){ cout<<n*6.0; }else{ cout<<(n-15)*9.0+15*6.0; } return 0; }


测评信息: