18 条题解

  • -5
    @ 2023-4-25 16:59:24

    #include<iostream> #include<iomanip> using namespace std; int main() { int a; cin>>a; if(a%2==0) { cout<<"even"; } else { cout<<"odd"; }

    return  0;
    

    }

    信息

    ID
    599
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    (无)
    递交数
    430
    已通过
    175
    上传者