kklklklklouiotyrivob
2024-06-05 20:51:29
发布于:北京
4阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
long long x,y,z,qpz = 0;
cin >> x >> y >> z;
if(x == 0){
cout<<1;
return 0;
}
qpz = 2 * y + x + 1;
if(qpz >= 5) qpz += 5 * z;
cout<<qpz;
}
这里空空如也
有帮助,赞一个