摘要: #include <iostream> #include <functional> #include <stdio.h> int funcA( int a, int b ) { return a + b; } int funcB( int &a, int &b ) { ++a; return a + 阅读全文
posted @ 2022-05-31 16:23 江南烟雨梦 阅读(231) 评论(0) 推荐(1) 编辑