728x90
출력문제입니다.
다음의 그림을 그대로 출력해주면 됩니다.
#include <iostream>
using namespace std;
int main()
{
cout << " _.-;;-._" << endl;
cout << "'-..-'| || |" << endl;
cout << "'-..-'|_.-;;-._|" << endl;
cout << "'-..-'| || |" << endl;
cout << "'-..-'|_.-''-._|" << endl;
return 0;
}
'알고리즘' 카테고리의 다른 글
[C++] 백준 5339번 콜센터 (0) | 2019.09.22 |
---|---|
[C++] 백준 9653번 스타워즈 로고 (0) | 2019.09.22 |
[C++] 백준 9613번 GCD 합 (0) | 2019.09.22 |
[C++] 백준 1197번 최소 스패닝 트리 (2) | 2019.09.22 |
[C++] 백준 1987번 알파벳 (0) | 2019.09.22 |