Albatross_LC
Albatross_LC
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
Albatross_LC的博客
全部文章
(共1篇)
题解 | #牛客周赛 Round 18
A.游游的整数翻转 用 string 存,模拟即可。 Code: #include <bits/stdc++.h> using namespace std; int main() { string s; int n; bool ok = 0; cin >&...
C++
动态规划
数组
字符串
模拟
记忆化搜索
枚举
数学
2023-11-05
2
357