2018科大讯飞笔试题(二)

2018科大讯飞笔试题(二)_第1张图片2018科大讯飞笔试题(二)_第2张图片

代码:

package face;


import java.util.Scanner;

public class Test2 {
//	
//	public static int Money(int [] a) {
//		int [] a1=a;
//		int s=0;
//		for(int a2:a1) {
//			if(a2==0) {
//				s=s+1;			
//			}
//			
//		}
//		return s;
//		
//		
//	}
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		int m,n,k,x,sum,Count=0;
		Scanner sc=new Scanner(System.in);
		n=sc.nextInt();
		m=sc.nextInt();
		x=sc.nextInt();
		k=sc.nextInt();
		int a[] = new int [n];
		for(int i=0;i

你可能感兴趣的:(java,2018笔试题)