18软件涂图


私信TA

用户名:2421574029

访问量:25167

签 名:

程序就像女人的裙子,越短越好

等  级
排  名 220
经  验 6108
参赛次数 16
文章发表 76
年  龄 20
在职情况 学生
学  校 黑龙江工商学院
专  业 软件工程

  自我简介:

就是个普通人

import java.util.Scanner;

public class Main{

	/**第二个数字
	 * @param args
	 */
	public static void main(String[] args) {
		Scanner in = new Scanner(System.in);
		int a = in.nextInt();
		int b = in.nextInt();
		int c = in.nextInt();
		System.out.println(b);
	}

}


 

0.0分

2 人评分

  评论区