返回列表 發帖
#include<iostream>
#include<cstdlib>  
using namespace std;

int main()
{
     cout<<"計時開始"<<endl;
     system("pause");
     cout<<"從剛剛到現在過了"<<clock()<<"毫秒"<<endl;
   
    system("pause");
    return 0;
      
}

TOP

返回列表