**Hint**:
*Vì: 3600 = số giây trong 1 giờ.*
- d / 3600 → số giờ.
- (d % 3600) / 60 (số phút còn lại sau khi bớt số giờ)
- d % 60 (số giây còn lại sau khi bớt số phút)
-------
Code tham khảo:
cpp#∈clude<bitsstdc++.h>#def∈elllonglong#def∈enameTASK#def∈eTIME(1.0⋅clockCLOCKSPERSEC)usingnamespacestd;voolve(){lld;c∈〉d;llh=d3600;llm=d%360060;lls=d%60;cout〈h〈〈m〈〈s〈\n;}∫ma∈(){iosbase::syncwithstdio(false);c∈.tie(0);cout.tie(0);if