백준 10171 c++

magicdrill·2024년 3월 23일

백준 문제풀이

목록 보기
200/673

백준 10171 c++

#include <iostream>
using namespace std;

int main(void)
{
	cout << "\\    /\\" << endl;
	cout << " )  ( ')" << endl;
	cout << "(  /  )" << endl;
	cout << " \\(__)|" << endl;

	return 0;
}

0개의 댓글