1536: 蓝桥杯算法提高VIP-最长单词 摘要:```cpp #include using namespace std; int main() { int t=0; string s,v; char a[101…… 题解列表 2023年01月10日 0 点赞 0 评论 254 浏览 评分:9.9
最长单词 保证AC 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s,s1[100000]; ge…… 题解列表 2023年08月04日 0 点赞 0 评论 101 浏览 评分:6.0
编写题解 1536: 蓝桥杯算法提高VIP-最长单词 摘要:解题思路:注意事项:按空格分割为多个字符串,在比较每个字符串的长度。参考代码:#include<stdio.h>#include<string.h>void max(char* p, char sz[…… 题解列表 2024年03月30日 0 点赞 0 评论 289 浏览 评分:0.0
c++++++++++++++++++++++++ 摘要:includeincludeincludeincludeinclude // 包含 pairusing namespace std;int main() { ve…… 题解列表 2025年01月15日 0 点赞 0 评论 42 浏览 评分:0.0