3 条题解

  • 2
    @ 2023-3-29 20:40:05
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        cout << 958268;
        return 0;
    }
    
  • 2
    @ 2022-12-31 10:29:35
    print (958268)
    
    • 0
      @ 2023-4-5 16:54:24
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
          int x;
          cin>>x;
          if (x/1000>=x%1000)
              cout<<x;
          else
              cout<<x%1000<<x/1000;
          return 0;
      }
      • 1

      信息

      ID
      628
      时间
      1000ms
      内存
      64MiB
      难度
      1
      标签
      递交数
      80
      已通过
      56
      上传者