牛客484398430号
牛客484398430号
全部文章
分类
归档
标签
去牛客网
登录
/
注册
牛客484398430号的博客
全部文章
(共1篇)
题解 | BFS
#include <stdio.h> #include <string.h> int main() { int i=0; char s[100]; scanf("%s",s); int len=strlen(s); ...
2025-10-07
0
4