摘要: 01-数组#include int main(){ // 使用注意 // 都是正确写法 //int ages[5] = {10 , 11, 12, 67, 56}; //int ages[5] = {10, 11}; //int ages[5] = {[3] = 10,... 阅读全文
posted @ 2015-12-11 11:37 呆而肥 阅读(514) 评论(0) 推荐(0)