Lover


私信TA

用户名:17837185450

访问量:7439

签 名:

楼上的快敲代码,我追上你了

等  级
排  名 2404
经  验 2321
参赛次数 0
文章发表 15
年  龄 0
在职情况 学生
学  校 河南农业大学
专  业

  自我简介:

注意事项:

-1只是标记

给变量初始化时不要初始化为0

参考代码:

import java.util.Scanner;


public class Main1132 {

public static void main(String[] args) {

Scanner sc = new Scanner(System.in);

int x;

int max = sc.nextInt();

while ((x = sc.nextInt()) != -1) {

if (x > max) {

max = x;

}

}

System.out.println(max);

}

}


 

0.0分

0 人评分

  评论区

  • «
  • »