Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
341828 李明灿 【C1-7】包裹托运 C++ 通过 100 3 MS 252 KB 167 2025-08-26 14:43:48

Tests(2/2):


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


测评信息: