eolymp
bolt
Try our new interface for solving problems
Problems

Conditional statement - 2

published at 10/11/21, 10:50:08 am

ug

published at 10/11/21, 10:50:09 am

ug

published at 2/22/24, 7:30:45 pm

include <iostream>

using namespace std; int main(){ long x; cin>>x; if(x>9) cout<<xxx+5x; if(x<10) cout<<xx-2*x+4;}