Example #1
0
int main()
{
    Solution s;

    cout << s.Sum_Solution(10) << endl;

    system("pause");
    return 0;
}