#include <iostream> using namespace std; int main(){ int comanda; if(comanda==1){ cout << meow; } if (comanda==2){ cout << bark; } }