#includeusing namespace std;int main(){int result(int x,int y){return x+y;}cout<< result(1,2) <<endl;}请问是哪里错了?
函数式编程
烙印99
相关分类