#include // This is needed to manipulate the IO. #include using namespace std; int main() { int x; int y=-1; x=y>0?10:5; cout << x << endl; return 0; }