首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
在线笔面试、雇主品牌宣传
登录
/
注册
wangdx
获赞
2
粉丝
0
关注
5
看过 TA
21
男
山东大学
2022
C++
IP属地:未知
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑wangdx吗?
发布(6)
评论
刷题
wangdx
关注TA,不错过内容更新
关注
2021-11-17 14:05
山东大学 C++
校招Offer求比较:字节VS华为
Offer1:字节,北京,算法工程师,27.4k*16.0,Offer2:华为,上海,算法工程师,28.0k*13.0,
投递字节跳动等公司10个岗位 >
0
点赞
评论
收藏
分享
2021-11-17 15:15
已编辑
山东大学 C++
字节用户增长VS华为自动驾驶 offer选择
字节
用户增长
base27.4K*16
其他
林三刀:
15公积金?
0
点赞
评论
收藏
分享
2021-08-19 20:37
山东大学 C++
请问三面后没有HR面,直接发意向书正常吗?是不是铁定白菜价了
0
点赞
评论
收藏
分享
2021-03-19 16:53
山东大学 C++
设计有setAll功能的哈希表
由于C++的时间戳最多精确到毫秒,程序运行时间不足1毫秒,所以使用自定义的int计数。 #include <iostream> #include <unordered_map> #include <time.h> using namespace std; class MyMap { private: unordered_map<int, int> map; unordered_map<int, int> map_time; int setAllTime = 0; int allVal; int...
0
点赞
评论
收藏
分享
2021-03-19 15:00
山东大学 C++
自然数数组的排序
#include <iostream> #include <vector> using namespace std; void swap(vector<int> &arr, int p1, int p2) { int tmp = arr[p1]; arr[p1] = arr[p2]; arr[p2] = tmp; } int main() { int N; cin >> N; vector<int> arr(N); for(int i = 0; i < N; ...
0
点赞
评论
收藏
分享
2021-03-19 10:56
山东大学 C++
正方形顺时针转动90度
#include <iostream> #include <vector> using namespace std; int main() { int N; cin >> N; int mat[N][N]; for(int i = 0; i < N; i++) { for(int j = 0; j < N; j++) cin >> mat[i][j]; } for(int i = 0; i < N; i++) // 列 ...
0
点赞
评论
收藏
分享
1
关注他的用户也关注了:
牛客网
牛客企业服务