2620: 蓝桥杯2021年第十二届国赛真题-大写 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> using namespace std; int main() { strin…… 题解列表 2023年10月30日 0 点赞 0 评论 52 浏览 评分:0.0
编写题解 2620: 蓝桥杯2021年第十二届国赛真题-大写 摘要:解题思路:注意事项:参考代码:#include<iostream> #include <bits/stdc++.h> using namespace std; int main() { …… 题解列表 2022年08月31日 0 点赞 0 评论 105 浏览 评分:0.0
水题【C++】 摘要:```cpp #include using namespace std; int main(){ string s1; cin >> s1; for(int…… 题解列表 2022年03月25日 0 点赞 0 评论 252 浏览 评分:5.0
C++ C用库函数(比赛时可以查看API文档) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string std; getline(cin,std); …… 题解列表 2021年11月10日 0 点赞 0 评论 706 浏览 评分:9.9