摘要: 修改CMakeLists.txt cmake_minimum_required(VERSION 3.17) project(codeforces) set(CMAKE_CXX_STANDARD 20) #add_executable(codeforces main.cpp) # 遍历项目根目录下所有 阅读全文
posted @ 2021-04-02 13:16 rxh1999 阅读(314) 评论(0) 推荐(0)
摘要: 参考文献: http://www.cplusplus.com/reference/algorithm/lower_bound/ http://www.cplusplus.com/reference/algorithm/upper_bound/ 两个comp函数的参数位置是不同的,不能直接使用一个co 阅读全文
posted @ 2021-04-02 11:30 rxh1999 阅读(282) 评论(0) 推荐(0)