Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
125326 古浩圳bylz 快递费计算 C++ 通过 100 0 MS 248 KB 164 2024-01-23 16:45:03

Tests(1/1):


#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; if(a==1){ cout<<(8+b-1); } else{ cout<<(10+2*(b-1)); } return 0; }


测评信息: