標題:
time(NULL) 函式
[打印本頁]
作者:
tonyh
時間:
2014-3-15 17:52
標題:
time(NULL) 函式
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
long t=time(NULL); //長整數型態
cout<<"從格林威治時間1970年1月1號0點0分0秒到現在, 經過了"<<t<<"秒!"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張郁偵
時間:
2014-3-15 17:54
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
long t=time(time(NULL));
cout<<"從格林威治時間1970年1月1號0點0分0秒到現在, 經過了"<<t<<"秒!"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉得旗
時間:
2014-3-15 17:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
long t=time(NULL);
cout<<"從1970年1月1號0時0分0秒到現在,過了"<<t<<"秒"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張彥承
時間:
2014-3-15 17:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
long t=time(NULL);
cout<<"從格林威治時間 1970年1月1號 0點0分0秒開始到現在經過"<<t<<"秒"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周雍程
時間:
2014-3-15 17:57
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
long t=time(NULL);
cout<<"從格林威治時間1970年1月1日0點0分0秒到現在,經過了"<<t<<"3秒!"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張峻瑋
時間:
2014-3-15 17:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
long t=time(NULL);
cout<<"從格林威治時間1970年1月1號0點0分0秒到現在,經過了"<<t<<"秒!"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)";
system("pause");
return 0;
}
複製代碼
作者:
張郁庭
時間:
2014-3-15 17:58
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
long t=time(NULL);
cout<<"time(NULL)為從格林威治時間1970年1月1號0點0分0秒到現在經過了"<<t<<"秒"<<endl;
cout<<"(約為"<<t/(365*24*60*60)<<"年)"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
施伯叡
時間:
2014-3-21 19:35
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
long t=time(NULL);
cout<<"從格林威治時間1970年1月1號0時0分0秒到現在, 經過了"<<t<<"秒!"<<endl;
cout<<"(約是"<<t/(365*24*60*60)<<"年)"<<endl<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2