5 条题解

  • 1
    @ 2026-8-21 20:31:23

    正确答案,求赞!

    #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()
    {
    	cout << 2 * 3600 + 14 * 60 + 30;
        return 0;
    }
    • 0
      @ 2026-4-24 21:49:15
      #include <bits/stdc++.h>//万能头文件
      using namespace std;//命名空间
      int main(){//主函数入口 
      	cout<<134*60+30;
      return 0;//主函数出口
      }
      
      • -2
        @ 2026-4-7 12:59:24

        #include using namespace std; int main() { cout<<23600+1460+30; }

        • -2
          @ 2026-4-7 12:58:46

          #include using namespace std; int main() { cout<<23600+1460+30;
          }

          • -2
            @ 2026-3-28 18:39:52

            #include<bits/stdc++.h> using namespace std; int main() { int a=2,b=14,c=30; cout <<a3600+b60+c; return 0; }

            • 1

            信息

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