进制转换(我的怨种写法) 摘要:```c #include #include int convert(char*); int oct(int); int main() { char hex[4] = { 0 …… 题解列表 2023年04月20日 0 点赞 0 评论 203 浏览 评分:9.9
蓝桥杯算法提高VIP-进制转换 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int n;int main(){ scanf("%X",&n); pr…… 题解列表 2022年05月07日 0 点赞 0 评论 235 浏览 评分:10.0