- 分享
- 2010-03-25 21:58:40 @
p1234 自己测没事,交上来全都是运行时错误255,一个都不过
我印象中的运行时错误也就是数组下标越界,崩栈一类的啊
可我的程序没错啊
我怀疑是不是vijos gcc是c89标准的啊
不支持结构体赋值?
#include
#include
struct edges
{
int s,e,l;
}edge[10000];
int collec[10000];
void edgesort(int fir,int las)
{
if(fir==las) return;
struct edges temp;
int bas;
int i,j;
///////
i=fir; j=las; temp=edge[fir]; bas=temp.l;
while(i=bas)&&(i
0 条评论
目前还没有评论...