笔试题
guoz_li
Keep Audacious,Keep Going,
我的精神家园
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
面试题3
#include <stdio.h> /// 1 4 7 /// ret -1 前查找 /// ret 0 找到 /// ret -1 后查找 int compare(const void* src, const void* tar) { int data = *((int*)src); } typedef int (*compare)(const void*, const ...原创 2020-03-11 11:34:44 · 294 阅读 · 0 评论 -
笔试题目
#include <iostream> #include <vector> #include <algorithm> #include <string> using namespace std; int main() { string input; vector <string> str_vec; vector <int...原创 2020-03-02 11:37:43 · 303 阅读 · 0 评论 -
笔试题目
#include <iostream> #include <string> #include <algorithm> #include <vector> using namespace std; int main() { string input; string tmp; vector <string> num...原创 2020-03-02 09:34:23 · 215 阅读 · 0 评论
分享