题解 | #时间转换#

时间转换

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;
}

全部评论

相关推荐

安静的垂耳兔在泡澡:ks已经第八次投递了,它起码挂了还让你再投,不错了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务