统一将时间转化为分钟

分钟计算

http://www.nowcoder.com/questionTerminal/8d447b694e5248efb8572293d43f8c1b

统一将时间转化为分钟

import java.util.Scanner;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        int a = sc.nextInt();
        int b = sc.nextInt();
        int c = sc.nextInt();
        int d = sc.nextInt();
        int res = (c * 60 + d) - (a * 60 + b);
        System.out.println(res);
    }
}
全部评论

相关推荐

点赞 评论 收藏
分享
03-11 23:33
已编辑
曲阜师范大学 后端工程师
牛客68808588...:果真开发过12306购票系统吗,这不是一眼就被看穿了
点赞 评论 收藏
分享
评论
3
收藏
分享

创作者周榜

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