蓝桥杯算法训练VIP-判定字符位置-题解(C++代码) 摘要: #include #include using namespace std; int main() { string str; cin>>…… 题解列表 2020年02月20日 0 点赞 0 评论 335 浏览 评分:0.0
蓝桥杯算法训练VIP-判定字符位置 (C++代码)水 摘要:解题思路: 第一次拿平板写代码,感觉还是不错的 水题,水一下就过了参考代码:#include<bits/stdc++.h> using namespace std; int main(…… 题解列表 2019年05月11日 0 点赞 0 评论 501 浏览 评分:0.0
蓝桥杯算法训练VIP-判定字符位置 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> using namespace std; int f(char ch) { if(ch…… 题解列表 2018年06月14日 0 点赞 0 评论 611 浏览 评分:0.0
WU-判定字符位置 (C++代码) 摘要:题目很简单 直接写就行#include<iostream> #include<cstring> using namespace std; int main() { string str; …… 题解列表 2017年12月09日 2 点赞 0 评论 1596 浏览 评分:0.0
判定字符位置 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ string s; int i; cin>>s…… 题解列表 2017年11月06日 1 点赞 0 评论 817 浏览 评分:6.0