摘要: auto check = [&] (int x) -> bool {}; function<bool(int, int)> cmp = [](int a, int b) {return a > b;}; 阅读全文
posted @ 2024-02-24 21:20 lovevivi121 阅读(22) 评论(0) 推荐(0)