龙文浩2100130836
龙文浩2100130836
全部文章
分类
题解(5)
归档
标签
去牛客网
登录
/
注册
龙文浩2100130836的博客
全部文章
(共3篇)
题解 | #字符串的展开#
写的复杂了点,写了一百多行,可以优化掉很多 #include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #in...
C++
字符串
2022-07-22
1
388
题解 | #机器翻译#
简单题,用字符串或者数组都可以做出来 #include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #inclu...
C++
字符串
2022-07-22
1
420
题解 | #DongDong认亲戚#
代码1,利用字符串哈希,用map存下来 #include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #incl...
C++
字符串
并查集
2022-07-13
2
372