曲诗秋
曲诗秋
全部文章
分类
题解(26)
归档
标签
去牛客网
登录
/
注册
曲诗秋的博客
全部文章
(共33篇)
题解 | #高精度整数加法#
#include<iostream> #include<vector> #include<algorithm> using namespace std; int main() { &n...
C++
2022-07-06
0
242
题解 | #最长回文子串#
#include<string> #include<iostream> #include<algorithm> using namespace std; int main(){ st...
C++
字符串
2022-07-06
0
184
题解 | #尼科彻斯定理#
#include<iostream> #include<cmath> #include<vector> #include<algorithm> using namespace std; int main(){ &nbs...
C++
2022-07-05
0
289
题解 | #挑7#
#include<iostream> #include<string> #include<sstream> using namespace std; bool seventimes(int num){ &nb...
C++
2022-07-03
0
230
题解 | #杨辉三角的变形#
#include<iostream> using namespace std; int main(){ int n; cin>>n; &...
C++
2022-07-03
0
214
题解 | #字符串排序#
#include<iostream> #include<string> using namespace std; int main() { string input; &nb...
C++
字符串
2022-07-02
0
188
题解 | #密码验证合格程序#
#include<iostream> #include<cctype> using namespace std; int main(){ string input; &nb...
C++
字符串
2022-07-02
0
279
题解 | #输出单向链表中倒数第k个结点#
#include<iostream> using namespace std; struct ListNode { int m_nKey; List...
C++
2022-06-25
0
222
题解 | #统计字符#
#include<iostream> #include<cctype> #include<string> using namespace std; int main(){ strin...
C++
2022-06-25
0
213
题解 | #统计每个月兔子的总数#
#include<iostream> using namespace std; int main(){ int n; cin>>n; &...
C++
2022-06-25
0
212
首页
上一页
1
2
3
4
下一页
末页