题解 | #时间转换#

时间转换

https://www.nowcoder.com/practice/c4ae7bcac7f9491b8be82ee516a94899

#include <stdio.h>

int main() {
    int man,kobe,laker,helecopter;
    scanf("%d",&man);
    kobe=man/3600;
    laker=(man-kobe*3600)/60;
    helecopter=man-kobe*3600-laker*60;
    printf("%d %d %d",kobe,laker,helecopter);
    return 0;
}

全部评论

相关推荐

积极的小学生不要香菜:你才沟通多少,没500不要说难
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务