2235.cpp (86B)
1 class Solution { 2 public: 3 int sum(int num1, int num2) { return num1 + num2; } 4 };