#include <iostream>using namespace std; int main() {int x=7;if(x%2!=0){ cout<<"odd";}else{cout<<"even";}}
Standard input is empty
odd
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!