#include<iostream> using namespace std; int main(){ int n; cin>>n; if(n%2==0) cont<<"偶数"; else cont<<"奇数"; return 0; }