摘要:
9.1 运行结果 num=10101 ,name=lilin ,sex=M ,addr=123 Bei Jing Road Process exited after 0.2219 seconds with return value 0 请按任意键继续. . . 9.2 Process exited 阅读全文
摘要:
#include<stdio.h>#include<stdlib.h>main(){ int a[10]; int i; for(i=0;i<10;i++) scanf("%d",&a[i]); for(i=0;i<10;i++) printf("%d",a[i]); printf("\n"); s 阅读全文