摘要: import java.util.Scanner;public class Day { public static void main(String[] args) { int[] days = {31,0,31,30,31,30,31,31,30,31,30,31}; Scanner in = n 阅读全文
posted @ 2017-11-14 20:56 宋建楠 阅读(125) 评论(0) 推荐(0)