万如意


私信TA

用户名:uq_96396066809

访问量:15355

签 名:

等  级
排  名 151
经  验 7050
参赛次数 0
文章发表 74
年  龄 18
在职情况 学生
学  校 湖北生物科技职业学院
专  业 计算机应用

  自我简介:

解题思路:

注意事项:

参考代码:

import java.util.Scanner;
public class Main {
	public static void main(String[] args) {
		Scanner sc=new Scanner(System.in);
		int a1 = sc.nextInt();
		int a2 = sc.nextInt();
		int box = Math.max(a1, a2);
		int a3 = sc.nextInt();
		box = Math.max(box, a3);
		System.out.println(box);
	}
}


 

0.0分

2 人评分

  评论区