#include using namespace std; int main() { int x,y; cin>>x; switch(x) { case 1: y = x + 2; cout<