Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1541 asdfghjkl123456789 行李托运 C++ 通过 100 0 MS 252 KB 215 2019-10-13 11:03:12

Tests(1/1):


#include<iostream> using namespace std; int main(){ int a; double b; scanf("%d",&a); if(a<=10){ b=a*2.5; } else { b=10*2.5+(a-10)*4; } printf("%.1lf",b); return 0; }


测评信息: