18 条题解

  • -1
    @ 2023-6-12 16:08:43

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

    • @ 2023-6-12 16:39:02

      6666666666666666667676767676

信息

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