#include <iostream>
// 역슬래시
using namespace std;
int main(void)
{
cout << "|\\_/|" << endl;
cout << "|q p| /}" << endl;
cout << "( 0 )\"\"\"\\" << endl;
cout << "|\"^\"` |" << endl;
cout << "||_/=\\\\__|" << endl;
}
'Computer Science > 백준 알고리즘' 카테고리의 다른 글
[백준] 10718번 We love kriii (C++) (0) | 2022.06.17 |
---|---|
[백준] 10430번 나머지 (C++) (0) | 2022.06.17 |
[백준] 10171번 고양이 (C++) (0) | 2022.06.16 |
[백준] 9663번 N-Queen (파이썬) (0) | 2022.06.16 |
[백준] 9498번 시험 성적(C++) (0) | 2022.06.16 |