请问怎么知道c程序运行实际用的cpu time? 我用了: time1 = clock()........time2 = clock() (time2-time1)/CLOCKS_PER_SEC) 对不对? 为什么得到负的时间? 谢谢!!