3 条题解

  • 1
    @ 2026-8-21 20:28:35

    正确答案,求赞!

    #include<queue>
    #include<math.h>
    #include<stdio.h>
    #include<iostream>
    #include<vector>
    #include<iomanip>
    #include<string.h>
    #include<algorithm>
    #include<cmath>
    #include<cstdio>
    #include<cstring>
    #include<stack>
    #include<fstream>
    #include<string>
    using namespace std;
    #define LL long long
    const int N = 1e5 + 10;
    const int INF = 0x3f3f3f3f;
    int main()
    {
    	int gay , sb , tm;
        cin >> gay >> sb >> tm;
        cout << gay * 3600 + sb * 60 + tm;
        return 0;
    }

    信息

    ID
    3487
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    (无)
    递交数
    131
    已通过
    74
    上传者