문제 출처 :
https://www.acmicpc.net/problem/10172
10172번: 개
문제 아래 예제와 같이 개를 출력하시오. 입력 출력 예제 입력 1 복사 예제 출력 1 복사 |\_/| |q p| /} ( 0 )"""\ |"^"` | ||_/=\\__|...
www.acmicpc.net

고양이와 마찬가지로 구현했습니다.
#include <iostream>
using namespace std ;
void dog() ;
int main(){
dog() ;
return 0 ;
}
void dog(){
cout << "|\\_/|\n|q p| /}\n( 0 )\"\"\"\\\n|\"^\"` |\n||_/=\\\\__|"<< endl ;
return ;
}

gurcks8989/BackJoon
BackJoon_study_with_c++. Contribute to gurcks8989/BackJoon development by creating an account on GitHub.
github.com
훈수, 조언 언제나 환영입니다.
문제 출처 :
https://www.acmicpc.net/problem/10172
10172번: 개
문제 아래 예제와 같이 개를 출력하시오. 입력 출력 예제 입력 1 복사 예제 출력 1 복사 |\_/| |q p| /} ( 0 )"""\ |"^"` | ||_/=\\__|...
www.acmicpc.net

고양이와 마찬가지로 구현했습니다.
#include <iostream>
using namespace std ;
void dog() ;
int main(){
dog() ;
return 0 ;
}
void dog(){
cout << "|\\_/|\n|q p| /}\n( 0 )\"\"\"\\\n|\"^\"` |\n||_/=\\\\__|"<< endl ;
return ;
}

gurcks8989/BackJoon
BackJoon_study_with_c++. Contribute to gurcks8989/BackJoon development by creating an account on GitHub.
github.com
훈수, 조언 언제나 환영입니다.