蓝桥杯历届试题-翻硬币 (C++代码)爆搜挂机就AC了 摘要:解题思路:直接一发假的DFS,去搜就行。参考代码:#include<bits/stdc++.h> #define hh ios::sync_with_stdio(false),cin.tie(0),…… 题解列表 2019年04月05日 1 点赞 0 评论 591 浏览 评分:0.0
蓝桥杯历届试题-翻硬币 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string str1,str2; getlin…… 题解列表 2019年03月09日 1 点赞 0 评论 363 浏览 评分:0.0
蓝桥杯历届试题-翻硬币 (C++代码) 摘要:解题思路:#include<bits/stdc++.h> using namespace std; int main() { string s,a; cin>>s; getch…… 题解列表 2018年10月24日 4 点赞 0 评论 570 浏览 评分:0.0
蓝桥杯历届试题-翻硬币 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cstdio> #include<cstring> using namespace std; const …… 题解列表 2018年03月31日 0 点赞 0 评论 1162 浏览 评分:0.0
蓝桥杯历届试题-翻硬币 (C++代码) 摘要:#include <iostream> #include <deque> #include <string> #include <iterator> #include <vector> #i…… 题解列表 2018年02月08日 0 点赞 0 评论 870 浏览 评分:0.0
蓝桥杯历届试题-翻硬币 (C++代码) 摘要:#include<iostream> #include<string.h> using namespace std; int main(){ char S[1001],E[1001];…… 题解列表 2018年01月09日 0 点赞 0 评论 920 浏览 评分:0.0