编写题解 2620: 蓝桥杯2021年第十二届国赛真题-大写 摘要:解题思路:注意事项:参考代码:#include<iostream> #include <bits/stdc++.h> using namespace std; int main() { …… 题解列表 2022年08月31日 0 点赞 0 评论 105 浏览 评分:0.0
蓝桥杯2021年第十二届国赛真题-大写 摘要:## C++中的string ```c++ #include int main() { std::string A; std::getline(std::cin, A)…… 题解列表 2023年05月26日 0 点赞 0 评论 157 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[201]; gets(str); str[strlen(s…… 题解列表 2023年06月27日 0 点赞 0 评论 66 浏览 评分:0.0
2620: 蓝桥杯2021年第十二届国赛真题-大写 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> using namespace std; int main() { strin…… 题解列表 2023年10月30日 0 点赞 0 评论 52 浏览 评分:0.0