2 条题解

  • 1
    @ 2025-1-14 14:03:39

    #include using namespace std; int main()

    {
    int j;
    cin>>j;
    if(j%3==0 && j%5==0)
    {
        cout<<"欧耶欧耶";
    }
    return 0;
    }
    • 0
      @ 2025-10-7 18:13:02

      #include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; if(a%50&&a%30) { cout<<"欧耶欧耶"; } return 0; }

      • 1

      信息

      ID
      39
      时间
      1000ms
      内存
      64MiB
      难度
      4
      标签
      递交数
      23
      已通过
      15
      上传者