Skip to content

Commit 9d3d903

Browse files
committed
[Bronze V] Title: 개, Time: 112 ms, Memory: 13876 KB -BaekjoonHub
1 parent 75340c7 commit 9d3d903

4 files changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# [Bronze V] 개 - 10172
2+
3+
[문제 링크](https://www.acmicpc.net/problem/10172)
4+
5+
### 성능 요약
6+
7+
메모리: 13876 KB, 시간: 112 ms
8+
9+
### 분류
10+
11+
구현
12+
13+
### 제출 일자
14+
15+
2023년 2월 6일 22:51:39
16+
17+
### 문제 설명
18+
19+
<p>아래 예제와 같이 개를 출력하시오.</p>
20+
21+
### 입력
22+
23+
<p>없음.</p>
24+
25+
### 출력
26+
27+
<p>개를 출력한다.</p>
28+

백준/Bronze/10172. 개/input.txt

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
|\_/|
2+
|q p| /}
3+
( 0 )"""\
4+
|"^"` |
5+
||_/=\\__|
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
public class Main {
2+
public static void main(String[] args) {
3+
4+
System.out.println("|\\_/|");
5+
System.out.println("|q p| /}");
6+
System.out.println("( 0 )\"\"\"\\");
7+
System.out.println("|\"^\"` |");
8+
System.out.println("||_/=\\\\__|");
9+
}
10+
}
11+

0 commit comments

Comments
 (0)