[파이썬][백준 15733번] 나는 누구인가
1. 문제Permalink
[Bronze V] 나는 누구인가 - 15733Permalink
성능 요약Permalink
메모리: 30860 KB, 시간: 68 ms
분류Permalink
구현(implementation)
문제 설명Permalink
당신은 지금 코딩을 하고있다. 그럼 당신은 어떤 사람인가.
입력Permalink
없다.
출력Permalink
“I'm Sexy”를 출력한다.
출처: 백준, https://https://www.acmicpc.net/
2. 해결방법 시간복잡도Permalink
- 단순 코딩 O(1)
3. 문제 해결 및 코드Permalink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("I'm Sexy") |
-
주석을 참고하면서 이해를 돕습니다.Permalink
4. 알고리즘 및 해설Permalink
- 그는 바로 섹시가이이다.