1 条题解

  • 3
    @ 2024-1-26 14:48:54
    #include<bits/stdc++.h>
    using namespace std;
     int main(){
    int n;
    cin >> n;
    if(n%2==0) cout << "Even" << endl;
    else cout <<"Odd" << endl;
    // so easy;
    }```
    • 1

    信息

    ID
    25
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    252
    已通过
    191
    上传者