全部评论 2

  • 666!!!

    2025-08-10 来自 四川

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

    int main()
    {
    int n;
    cin >> n;
    if(n%2==0)
    {
    cout<<"even";
    }
    else
    {
    cout<<"odd";
    }

    return 0;
    

    }

    2025-04-20 来自 上海

    0
暂无数据

提交答案之后,这里将显示提交结果~

首页