22308文丽江


私信TA

用户名:dotcpp0714458

访问量:93

签 名:

等  级
排  名 8414
经  验 1233
参赛次数 1
文章发表 2
年  龄 0
在职情况 学生
学  校 贵州电子信息职业技术学院
专  业

  自我简介:

TA的其他文章

查找特定的值
浏览:47

解题思路:

注意事项:

参考代码:import java.util.Scanner;
public class Java {
   public static void java(String[] args) {
       Scanner scanner = new Scanner(System.in);
       int a = scanner.nextInt();
       int x [] = new int [a];
       int c = -1 ;
       for( int i = 0 ; i < a ; i ++ ) {
           x[i] = scanner.nextInt();
       }
       int s = scanner.nextInt();
       for( int i = 0 ; i < a ; i ++ ) {
           if (x[i] == s) {
              c = i + 1;
             break;
           }
       }
       System.out.println(c);
   }
}

 

0.0分

1 人评分

  评论区

beautiful
2023-12-14 20:57:01
  • «
  • 1
  • »