两整数相加,C++

49 阅读1分钟

Class Solution{

Public :

    int sum (int mun1,iny num2) {

    return num1+num2; }

};

给你两个整数,返回这两个整数的和。