https://www.acmicpc.net/problem/10171
cout << "\\" << endl;
#include <iostream> using namespace std; int main() { cout << "\\ /\\" << endl; cout << " ) ( ')" << endl; cout << "( / )" << endl; cout << " \\(__)|"; return 0; }