//以下对TC和VC兼容
#include <stdio.h>
#include <conio.h>
#include <time.h>
#define Esc 0x1b
main()
{
do
{
printf("\ntime = %0.2f sec\n",clock()/(float)CLOCKS_PER_SEC);
}
while(getch( )!= Esc);
}
#include <stdio.h>
#include <conio.h>
#include <time.h>
#define Esc 0x1b
main()
{
do
{
printf("\ntime = %0.2f sec\n",clock()/(float)CLOCKS_PER_SEC);
}
while(getch( )!= Esc);
}
落霞与孤鹜齐飞,秋水共长天一色! 心有多大,路有多宽。三教九流,鸡鸣狗盗。兼收并蓄,海纳百川。