统一将时间转化为分钟

分钟计算

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);
    }
}
全部评论

相关推荐

劝退式:感觉有人回才是不正常的
点赞 评论 收藏
分享
评论
3
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务