题解 | #求1+2+3+...+n#

求1+2+3+...+n

https://www.nowcoder.com/practice/7a0da8fc483247ff8800059e12d7caf1

class Solution {
public:
    Solution()
    {
        count++;
        sum += count;
    }
    int Sum_Solution(int n) {
        Solution arr[n];
        return sum;
    }
    static int count;
    static int sum;
};
int Solution::count = -1;
int Solution::sum = 0;

全部评论

相关推荐

球球别再泡了:坏,我单9要了14
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务