Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
9710 D班-陈颖钧 寻找幸运数 C++ 通过 100 2 MS 256 KB 185 2025-04-20 12:54:45

Tests(5/5):


#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; if(a>=b){ cout<<a*5+b*3; }else{ cout<<a*5+a*3; } return 0; }


测评信息: