• + 0 comments

    include

    include

    using namespace std;

    int main() { int a,b,n; cin>>a>>b>>n; string arr[ ]={"one", "two" ,"three", "four" , "five", "six", "seven","eight", "nine"}; for(int n=a;n<=b;n++) { if(n<=9){ cout<9 && n%2==0){ cout<<"even"<

    return 0;
    

    }