25 条题解

  • 0
    @ 2024-2-23 9:56:48

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n%2!=0){ cout<<"odd"<<endl; } if(n%2==0){ cout<<"even"<<endl; } return 0; }

    信息

    ID
    2066
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    603
    已通过
    354
    上传者