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