12007 - DS_2018Fall_Homework0   

Description

Please implement the add function in the class implement.

int implement::add(int,int)

which will return the sum of 2 integer variable.

Note that you don't need to consider the overflow of int data type.

You must #include "function.h"

 

Input

Output

Sample Input  Download

Sample Output  Download

Partial Judge Code

12007.cpp

Partial Judge Header

12007.h

Tags




Discuss