Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
9708 D班-陈颖钧 寻找幸运数 C++ 解答错误 20 1 MS 256 KB 189 2025-04-20 12:54:06

Tests(1/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+1)*5+a*3; } return 0; }


测评信息: