首頁 文章 c++ 7.0

c++ 7.0

2022-08-27 11:25  瀏覽數:442  來源:元素周期表    

#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
char b;
cin >>a>>b;
if (a<10 && b=='N') cout <<a*8;
else if (a>=10 && a<20 && b=='N') cout <<a*6;
else if (a>=20 && b=='N') cout <<a*5;
else if (a<10 && b=='Y') cout <<a*(8+2);
else if (a>=10 && a<20 && b=='Y') cout <<a*(6+2);
else if (a>=20 && b=='Y') cout <<a*(5+2);
return 0;
}



聲明:以上文章均為用戶自行添加,僅供打字交流使用,不代表本站觀點,本站不承擔任何法律責任,特此聲明!如果有侵犯到您的權利,請及時聯系我們刪除。

字符:    改为:
去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)