2024年7月25日
摘要: 1. vj团队赛3补题(上午 vj题解 https://blog.nowcoder.net/n/33590b62f85540cba97c55026be98480 https://www.cnblogs.com/ch-hui/p/12767416.html 代码板子 #include<bits/std 阅读全文
posted @ 2024-07-25 21:51 Hoshino1 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 算法竞赛(差分)(上午) 初始化 #include <algorithm> int arr[100]; std::fill(arr, arr + 100, 0); //比memset更高效 int arr[100] = {}; // 所有元素都初始化为 0 栈溢出 为局部变量每次运行时都在运行栈中分 阅读全文
posted @ 2024-07-25 18:48 Hoshino1 阅读(1) 评论(0) 推荐(0) 编辑