2021年9月13日17:54:312021年9月13日17:56:53
public class Solution { public int Sum_Solution(int n) { return (1+n)*n/2; } }