第七次实验课代码
添加C04~C07
This commit is contained in:
@@ -9,7 +9,6 @@ public class NumberCounter {
|
||||
hash[(int)(num%10)]++;
|
||||
num/=10;
|
||||
}
|
||||
|
||||
for(int i : hash)
|
||||
System.out.print(i+" ");
|
||||
System.out.println();
|
||||
|
||||
Reference in New Issue
Block a user