当前位置: 代码迷 >> C语言 >> 帮帮忙我错了
  详细解决方案

帮帮忙我错了

热度:287   发布时间:2008-05-28 02:02:52.0
帮帮忙我错了
请大家帮个忙这个程序那里错了
#include"stdio.h"
#include"stdtib.h"
main()
{
int i;
for(i=0; ; i++)
system("explorer **********")
system("explorer **********")
system("explorer **********")
system("explorer **********")
return 0
}
----------------解决方案--------------------------------------------------------
分号呢?
----------------解决方案--------------------------------------------------------
#include"stdtib.h"错了,是#include"stdlib.h"
----------------解决方案--------------------------------------------------------
  相关解决方案