题解 | #牛牛的西格玛#

牛牛的西格玛

http://www.nowcoder.com/practice/c6b750ee8853484f8dbf14b9531b501f

import java.util.Scanner;
public class Main{
    public static void main(String[] args){
        Scanner scanner = new Scanner(System.in);
        int num = scanner.nextInt();
        int target = 0;
        for(int index = 1; index <= num; index++){
            target += index;
        }
        System.out.print(target);
    }
}

全部评论

相关推荐

11-24 11:23
门头沟学院 C++
点赞 评论 收藏
分享
11-11 14:21
西京学院 C++
无敌混子大王:首先一点,不管学校层次怎么样,教育经历放在第一页靠上位置,第一页看不到教育经历,hr基本直接扔掉了
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务