摘要:
https://leetcode-cn.com/problems/sliding-window-maximum/AC1模拟,暴力152msclass Solution {public:vector maxSlidingWindow(vector& nums,... 阅读全文
摘要:
学生表: 成绩表: 问题:统计各系各门课程的平均成绩 答案: 结果: 阅读全文
摘要:
P1996 约瑟夫问题 AC1 数据量少,暴力模拟 12ms AC2 使用循环链表 也是12ms。。。 阅读全文