#35326: 答案


yp11151172@yphs.tp.edu.tw (707-36)

School : 臺北市私立延平高級中學
ID : 197046
IP address : [203.72.178.1]
Last Login :
2023-06-02 15:37:40
d064. ㄑㄧˊ 數? -- 板橋高中教學題 | From: [203.72.178.1] | Post Date : 2023-05-26 15:46

#include <iostream>
using namespace std;
int main()
{
    int n;
    cin>>n;
    if(n%2)
        cout<<"Odd"<<endl;
    else
        cout<<"Even"<<endl;
}

 
ZeroJudge Forum