// try1.cpp : Defines the entry point for the console application.
//
#include<stdio.h>
for(i=1;i<=100;i++)
{ printf("%8d\n",i);
if(i%5==o)
printf("\n");
}
------------------Configuration: try1 - Win32 Debug--------------------
Compiling...
try1.cpp
d:\microsoft visual studio\myprojects\try1\try1.cpp(13) : fatal error C1010: unexpected end of file while looking for precompiled header directive
执行 cl.exe 时出错.
try1.exe - 1 error(s), 0 warning(s)