【已解决】编译通过,却运行错误,求助啊
#include<iostream>#include<math.h>
#include<conio.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <fstream>
using namespace std;
int main()
{
int i;
cout<<endl<<endl<<endl<<endl;
cout<<endl<<"\t\t*******************************************"<<endl;
cout<<endl<<"\t\t\t山东省高密市农村道路设计系统"<<endl;
cout<<endl<<"\t\t\t开发人员:高密市交通局 —姜涛"<<endl;
cout<<endl<<"\t\t*******************************************"<<endl;
cout<<"欢迎使用本系统!请输入道路长度:";
。。。。。。。。。。。
for(int w=0;w<g;w++)
{
t=(ad[ht[w+1]/50]-ad[ht[w]/50])/(ht[w+1]/50-ht[w]/50);
int j;
for(j=ht[w]/50;j<ht[w+1]/50;j++)
{
ad[j]=ad[0]+j*t+dValue[j];
}
}
。。。。。。。。。
}
中间这段代码有问题啊
[[italic] 本帖最后由 wfjt 于 2007-12-1 16:01 编辑 [/italic]]