比赛时间

#include<iostream>
using namespace std;
int main()
{
    int a, b, c;
    cin >> a >> b >> c;
    if(a < 11){
        printf("-1");
        return 0;
    }
    if(a == 11 && b < 11)
    {
        printf("-1");
        return 0;
    }
    if(a == 11 && b == 11 && c < 11)
    {
        printf("-1");
        return 0;
    }
    int sum = (a - 11) * 60 * 24 + (b - 11) * 60 +  c - 11;
    cout << sum<<endl;
    
}
全部评论

相关推荐

拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
躺尸修仙中:因为很多92的也去卷中小厂,反正投递简历不要钱,面试不要钱,时间冲突就推,不冲突就面试积累经验
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务