4 条题解

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

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

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

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

        • 0
          @ 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
          难度
          4
          标签
          (无)
          递交数
          95
          已通过
          42
          上传者