int main()
{
    Solution s;

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

    system("pause");
    return 0;
}