蓝桥杯算法训练VIP-确定元音字母位置 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ char a[20]; c…… 题解列表 2018年11月14日 0 点赞 0 评论 417 浏览 评分:0.0
蓝桥杯算法训练VIP-确定元音字母位置 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;string s;int t;int main() { cin>>s; …… 题解列表 2022年04月29日 0 点赞 0 评论 158 浏览 评分:0.0
蓝桥杯算法训练VIP-确定元音字母位置 (C++代码) 摘要:#include<iostream> using namespace std; int main(){ char a[20]; gets(a); int flag=0…… 题解列表 2018年01月07日 0 点赞 0 评论 1652 浏览 评分:0.0
蓝桥杯算法训练VIP-确定元音字母位置 (C++代码) 摘要:参考代码:#include<iostream> #include<cstring> using namespace std ; int main() { int a,first=0 ; …… 题解列表 2018年01月30日 0 点赞 0 评论 940 浏览 评分:0.0
蓝桥杯算法训练VIP-确定元音字母位置-题解(C++代码) 摘要:``` #include using namespace std; int main() { string s; cin>>s; for(int i=0;i…… 题解列表 2020年06月25日 0 点赞 0 评论 389 浏览 评分:0.0
WU-蓝桥杯算法训练VIP-确定元音字母位置 (C++代码) 摘要:参考代码:#include<iostream> #include<cstring> using namespace std; int main() { string str; int …… 题解列表 2018年01月21日 1 点赞 0 评论 894 浏览 评分:0.0