第16462题 程序题
输入总秒数计算对应的小时、分钟、秒并输出

题目要求

输入一个总秒数,计算对应的小时、分钟、秒并按要求输出:

  1. 输入:一行,一个整数,表示总秒数
  2. 输出:一行,三个整数,分别为小时、分钟、秒,两两之间用一个空格隔开

输入样例

7201

输出样例

2 0 1
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析