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