【正文】
======================================================【程序93】題目:時(shí)間函數(shù)舉例3::/*calculate time*/include include main(){ clock_t start,end。int i。double var。start=clock()。for(i=0。i10000。i++){ printf(\1\1\1\1\1\1\1\1\1\1\n)。}end=clock()。printf(\1: The different is %\n,(double)(endstart))。}