随笔分类 -  CMake

摘要:我思考这个问题的起因是 "Codeoforces Avito Challenges 2018 的 E 题" ,我想到了正解,但写得太慢,最后一刻才提交。有个地方写错,结果是 Runtime error on pretest 13。 那个错误是个数组越界。代码片段如下: define rng(i, a 阅读全文
posted @ 2018-12-18 18:25 Pat 阅读(7629) 评论(0) 推荐(0)
摘要:记录 CMake 相关知识。 Prelude:读文档一定要有耐心! 问题一 CLion: 中 不起作用 Solution: 改用 Reference: "target_compile_options" "GCC: Options to Request or Suppress Warnings" "W 阅读全文
posted @ 2018-05-19 13:45 Pat 阅读(413) 评论(0) 推荐(0)