사생활 보호 설정
https://gamjia.tistory.com
Updated News
Mini Rooms
답글수 [0]
What Friends Say
한마디로 표현해봐~
1촌평 관리
10172번 개
GamJia 2023. 3. 15. 14:37
단계별로 풀어보기 - 입출력과 사칙연산 - 13단계
https://www.acmicpc.net/problem/10172
#include <iostream> using namespace std; int main() { cout<<"|\\_/|"<<endl; cout<<"|q p| /}"<<endl; cout<<"( 0 )\"\"\"\\"<<endl; cout<<"|\"^\"` |"<<endl; cout<<"||_/=\\\\__|"<<endl; return 0; }
🔊 큰 따옴표를 출력하려면 앞에 '\'를 붙여야한다