CCF考试 201712-1 最小差值 JAVA实现

标题 import java.util.Scanner; public class Main {     public static void main(String[] args) {         Scanner sc = new Scanner(System.in);         int n = sc.nextInt();         int a[] = new int[n];  
相关文章
相关标签/搜索