團體程序設計天梯賽-練習集 L1-003 個位數統計(java)

public static void main(String[] args) { Scanner in = new Scanner(System.in); int x = in.nextInt(); int tem =x; int[] sz = new int[10]; for (int i=0; i<10; i++ ) { sz[i]=0; } while (tem>0) {
相關文章
相關標籤/搜索