1508 - DS_2018_Homework0 Scoreboard

Time

2018/09/20 11:20:00 2018/09/27 23:59:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
12007 DS_2018Fall_Homework0

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