Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
343502 李明灿 【C1-9】乘车费用 C++ 解答错误 66 2 MS 244 KB 180 2025-08-27 18:59:10

Tests(2/3):


#include<iostream> using namespace std; int n; double r; int main(){ cin>>n; if(n>3){ r=(n-3)*2.3+14; cout<<r; }else{ cout<<"14"; } return 0; }


测评信息: