摘要:
实验1_2 package org.example; import java.util.Scanner; public class Day { public static int which_week(int y, int m, int d){ int w = ((d+2*m+3*(m+1)/5+y 阅读全文
posted @ 2025-03-27 08:30
KuanDong24
阅读(9)
评论(0)
推荐(0)
摘要:
实验1_1 package org.example; import java.util.Scanner; public class Back { public static void main(String[] args) { int N50 = 0,N10 = 0,N5 = 0,N1=0; dou 阅读全文
posted @ 2025-03-27 08:29
KuanDong24
阅读(12)
评论(0)
推荐(0)