c#include <bits/stdc++.h> using namespace std; int main(void){ cin.tie(NULL); cout.tie(NULL); ios_base::sync_with_stdio(false); cout << " ,r'\"7" << "\n"; cout << "r`-_ ,' ,/" << "\n"; cout << " \\. \". L_r'" << "\n"; cout << " `~\\/" << "\n"; cout << " |" << "\n"; cout << " |" << "\n"; return 0; }```