whoway
whoway
全部文章
题解
01.笔试准备(4)
02.面试准备(1)
03.C++复习(5)
04.数据结构和算法(4)
05.随笔(2)
前端(1)
未归档(13)
读书笔记(5)
归档
标签
去牛客网
登录
/
注册
whoway的博客
人汲取知识的速度是超乎想象的
全部文章
/ 题解
(共2篇)
『OJ格式』题解 | #下厨房#
#include<bits/stdc++.h> using namespace std; int main() { set<string> Help; string str; while( cin>>str ) { ...
牛客OJ记录
2021-07-31
0
548
牛客也禁用gets了吗?
一、用gets出错的 编译条件:C++(clang++11) #include<bits/stdc++.h> using namespace std; static const int maxn=1e5+5; char solve[maxn]; int main() { l...
牛客OJ记录
2020-12-07
2
2043