为什么运行不了,出现Process terminated with status -1073741510 (0 minute(s), 6 second(s))

#include <stdio.h> #define N 80 void fun(int *w,int p,int n) { int i=0,c; while(i<=p) { i=0; c=w[i]; w[i]=w[i+1]; w[n-1-i]=c; i+=1; } } int main() { int a[N]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}; int i,p,n=1...
默认分类 | 2016-08-18 09:43 | 阅读 17346 次 | 评论 1 条
浏览17346次
文章分类
文章归档