我要用C++打出一個 執行程式 時間微秒long start,stop;time(start);time(stop);long runTime=stop-start;我該如何打呢? ...
tw.knowledge.yahoo.com