刷题时候遇到的经典映射方法 zorchp 2023年 07月27日 任意值映射为 0,1 其实就是向 bool 值的隐式类型转换 auto f = [](int n) -> bool { return !!n; }; 上篇区间问题的一些方法下篇Python牛客acm模式io题目答案