Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22e2555

Browse files
[Bronze II] Title: 단어 길이 재기, Time: 76 ms, Memory: 30840 KB -BaekjoonHub
1 parent da08173 commit 22e2555

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# [Bronze II] 단어 길이 재기 - 2743
2+
3+
[문제 링크](https://www.acmicpc.net/problem/2743)
4+
5+
### 성능 요약
6+
7+
메모리: 30840 KB, 시간: 76 ms
8+
9+
### 분류
10+
11+
구현(implementation), 문자열(string)
12+
13+
### 문제 설명
14+
15+
<p>알파벳으로만 이루어진 단어를 입력받아, 그 길이를 출력하는 프로그램을 작성하시오.</p>
16+
17+
### 입력
18+
19+
<p>첫째 줄에 영어 소문자와 대문자로만 이루어진 단어가 주어진다. 단어의 길이는 최대 100이다.</p>
20+
21+
### 출력
22+
23+
<p>첫째 줄에 입력으로 주어진 단어의 길이를 출력한다.</p>
24+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print(len(input()))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /