SDNU 1462 時間轉換

2022-05-30 18:24:10 字數 508 閱讀 6709

給定乙個以秒為單位的時間t,要求用「< h> :< m> :< s> 」的格式來表示這個時間。< h> 表示時間,< m> 表示分鐘,而< s> 表示秒,它們都是整數且沒有前導的「0」。例如,若t=0,則應輸出是「0:0:0」;若t=3661,則輸出「1:1:1」。

輸入只有一行,是乙個整數t(0< =t< =86399)。 

輸出只有一行,是以「< h> :< m> :< s> 」的格式所表示的時間,不包括引號。

樣例輸入1 0 

樣例輸入2 5436

樣例輸出1 0:0:0 

樣例輸出2 1:30:36

#include #include 

#include

#include

#include

#include

using

namespace

std;

intmain()

return0;

}

007 時間戳和正常時間格式間的轉換

python中時間的儲存格式 time.struct time tm year 2018,tm mon 8,tm mday 16,tm hour 10,tm min 13,tm sec 13,tm wday 3,tm yday 228,tm isdst 0 時間戳,根據1970年1月1日00 00 ...

GNSS時間轉換為UTC 8時間

nmea輸出的gnrmc資料中,時間資訊是格林威治時間,和我們東八區的時間相差八小時,要將其轉換為東八區的時間,可以用以下方法 include math.h include stdbool.h include stdint.h include stdio.h include stdlib.h inc...

string 轉換為 32位時間time t

2008 12 11t13 20 09.74 tm tmtmp zeromemory tmtmp,sizeof tm tmtmp.tm year ttoi lpstr tmtmp.tm year tmtmp.tm year 1970 70 tmtmp.tm mon ttoi lpstr 5 tmtm...