https://www.acmicpc.net/problem/10172
특수문자 출력 연습하기~!!!
#include <bits/stdc++.h>
using namespace std;
int main() {
printf("|\\_/|\n");
printf("|q p| /}\n");
printf("( 0 )\"\"\"\\\n");
printf("|\"\^\"` |\n");
printf("||_/=\\\\__|\n");
return 0;
}
'정보올림피아드-KOI > BOJ' 카테고리의 다른 글
백준 - N과 M (3) : 15651번 (0) | 2019.12.19 |
---|---|
백준 - A/B : 1008번 (0) | 2019.12.19 |
백준 - 단지번호붙이기 : 2667번 (0) | 2019.12.19 |
백준 - 연결 요소의 개수 : 11724번 (0) | 2019.12.18 |
백준 - 윤년 : 2753번 (0) | 2019.12.18 |