請問怎麽知道c程序運行實際用的cpu time? 我用了: time1 = clock()........time2 = clock() (time2-time1)/CLOCKS_PER_SEC) 對不對? 為什麽得到負的時間? 謝謝!!