きょうの筆頭試験問題
1446 ワード
/*
:
n A B。 q , x y, Ai >= x Bi >= y i 。
n q。
A, n 。
B, n 。
q , x y, 。
, 。
3 2
3 2 4
6 5 8
1 1
4 8
3
1
*/
package com.company;
import java.util.Scanner;
/**
* Created by zhangheng on 2017/8/22.
*/
public class Index {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int length = sc.nextInt();
int num = sc.nextInt();
int arr1[] = new int[length];
int arr2[] = new int[length];
int res[] = new int[num];
for(int i=0;i=arr[0] && arr2[i-1]>=arr[1]){
cnt++;
}
}
return cnt;
}
}