A. int a[] = {1,2,3,4,5}; B. int a[5]; C. int a[] = new [5]; D. int a = new int[5];
A. 对 B. 错
A. 布氏硬度 B. 洛氏硬度 C. 维氏硬度 D. 邵氏硬度