1 solutions

  • 0
    @ 2023-12-15 8:42:56
    #include<iostream>
    using namespace std;
    int main(){
    	int n;
    	cin>>n;
    	if(n%2==0)
    	cout<<"even";
    	else
    	cout<<"odd";
    }
    
    • 1

    Information

    ID
    471
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    2
    Accepted
    2
    Uploaded By