4 条题解

  • 3
    @ 2023-4-19 20:23:03
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int x=9;
        while(++x)
            if (x%5==1&&x%6==5&&x%7==4&&x%11==10)
            {
                cout<<x;
                return 0;
            }
        return 0;
    }
    • 1
      @ 2023-12-8 20:13:00
      #include <bits/stdc++.h> 
      using namespace std;
      #define ll unsigned long long
      int main(){
          cout<<2111;
          return 0;
      }
      

      点赞抱走

      • 0
        @ 2023-9-6 19:59:20
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
            cout << 2000 + 100 + 10 + 1;
            return 0;
        }
        

        A

        • 0
          @ 2023-7-20 14:14:46
          #include <bits/stdc++.h>
          using namespace std;
          int main(){
              cout << 2111;
          }
          
          • 1

          信息

          ID
          260
          时间
          1000ms
          内存
          16MiB
          难度
          3
          标签
          递交数
          168
          已通过
          94
          上传者