哪儿错了,求解答!谢谢
这是题目
加一句int n;printf("%d",i);改成scanf("%d",&n);最后一个for循环拿掉,最后return前加一句printf("%d",a[n]);
int a[64] , 数据超 int 型范围了。