1 条题解

  • 2
    @ 2025-11-30 10:21:38
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int n;
        cin>>n;
        if(n%2==0)
            cout<<"even";
        else
            cout<<"odd";
        return 0;
    }
    
    • 1

    信息

    ID
    6894
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    56
    已通过
    28
    上传者