3 条题解

  • 1
    @ 2023-6-4 15:32:45

    image

    • 0
      @ 2025-8-15 15:38:47

      • -1
        @ 2023-6-4 15:31:47

        #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a%21 and b%21) cout<<2; else if(a%21 or b%21) cout<<1; else cout<<0; return 0; }

        • 1

        信息

        ID
        634
        时间
        1000ms
        内存
        256MiB
        难度
        4
        标签
        (无)
        递交数
        72
        已通过
        31
        上传者