| # | Problem | Pass Rate (passed user / total user) |
|---|---|---|
| 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"