统一将时间转化为分钟

分钟计算

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
收藏
分享

创作者周榜

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