Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
443854 任虞昊 【C1-9】乘车费用 C++ 通过 100 2 MS 248 KB 151 2026-06-07 09:56:22

Tests(3/3):


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


测评信息: