取余计算
Description
给出一个整数,将其换算为天 时 分 秒 的格式
Format
Input
一个整数 n 保证n在long long类型内
Output
四个整数
Sample 1
Input
365000000
Output
4224 12 53 20
Limitation
1s, 1024KiB for each test case.
Source
Vijos Original
信息
- 难度
- 9
- 分类
- (无)
- 标签
- (无)
- 递交数
- 3
- 已通过
- 2
- 通过率
- 67%
- 上传者