Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
355659 胡珂 【C1-9】乘车费用 C++ 解答错误 0 0 MS 244 KB 178 2025-10-11 20:05:15

Tests(0/3):


#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n<=3){ cout<<13; }else{ int a=n-3; double c=a*2.3+1+13; cout<<c; }return 0; }


测评信息: