Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022年蓝桥杯省赛C++B组部分题解 | 瑜璟博客 #42

Open
yujingsea opened this issue Apr 25, 2022 · 0 comments
Open

2022年蓝桥杯省赛C++B组部分题解 | 瑜璟博客 #42

yujingsea opened this issue Apr 25, 2022 · 0 comments

Comments

@yujingsea
Copy link
Owner

https://yujingsea.github.io/2022/04/25/38/

试题 A: 九进制转十进制本题总分:5 分【问题描述】九进制正整数2022转换成十进制等于多少? 123456789#include<bits/stdc++.h>using namespace std;int main(){ int t; t=2pow(9,3)+29+2; cout<<t; return 0;} 试题 B: 顺子日期本题总分:5 分【问题描述】小明特

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant