关于cfree5.0不能运行for循环

图片

字体太小,我写了一个,

 #include "stdio.h"
int main()
{
int i;
for (i = 1; i < 5; i++)
{
printf("12345\n");
}
}

通过编译

http://codepad.org/RuhGArAM

如果还不行,就是你的开发环境的问题,建议你换vc++

加上 ruturn 0;
试试,还有符号都是英文键盘下的。