A、int s[]=(1,2,3,4,5);
B、int s[5]=1,2,3,4,5;
C、int s[2+3]={1,2,3};
D、int s(5)={1,2,3};
时间:2021-09-01 20:52 关键词: 联大 河南理工大学 机械设计制造及其自动化 高级语言程序设计
相关问题