Skip to content

Commit beb6912

Browse files
committed
[Bronze V] Title: Gum Gum for Jay Jay, Time: 8 ms, Memory: 69092 KB -BaekjoonHub
1 parent 683386b commit beb6912

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var cnt = 0
2+
while let _=readLine() {
3+
cnt += 1
4+
}
5+
print(cnt)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# [Bronze V] Gum Gum for Jay Jay - 26489
2+
3+
[문제 링크](https://www.acmicpc.net/problem/26489)
4+
5+
### 성능 요약
6+
7+
메모리: 69092 KB, 시간: 8 ms
8+
9+
### 분류
10+
11+
구현
12+
13+
### 제출 일자
14+
15+
2025년 3월 10일 21:15:35
16+
17+
### 문제 설명
18+
19+
<p>You are lost in the museum and keep walking by a giant rock head that says “gum gum for jay jay” each time you walk by. Print out the number of times you have walked by the giant rock head after reading in the data file.</p>
20+
21+
### 입력
22+
23+
<p>The data file will contain an unknown number of lines.</p>
24+
25+
### 출력
26+
27+
<p>Print out the number of lines in the data file.</p>
28+

0 commit comments

Comments
 (0)