3 条题解

  • 1
    @ 2026-7-7 14:35:45

    #include <bits/stdc++.h> using namespace std;

    int main() { int n; cin >> n; if (n == 1 || n == 3 || n == 5 || n == 6) { cout << "youke"; } else { cout << "meike"; } return 0; }

    • @ 2026-7-7 14:36:29

      大家来给我的题解点个赞

  • 0
    @ 2026-6-1 21:59:54

    #include <bits/stdc++.h> using namespace std;

    int main() { int a; cin >> a; if (a1||a3||a5||a6) { cout << "youke"; } else { cout << "meike"; } return 0; }

    • -1
      @ 2026-6-6 21:47:47

      #include <bits/stdc++.h> using namespace std;

      int main() { int a; cin >> a; if (a == 1 || a == 3 || a == 5 || a == 6) { cout << "youke"; } else { cout << "meike"; } return 0; }

      • 1

      信息

      ID
      30615
      时间
      1000ms
      内存
      256MiB
      难度
      9
      标签
      递交数
      9
      已通过
      9
      上传者