반응형
문제
https://www.acmicpc.net/problem/2557
2557번: Hello World
Hello World!를 출력하시오.
www.acmicpc.net
풀이
- 입력도 없고, 단순하게 "Hello World!"를 출력하는 문제소스코드
소스코드
This file contains 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("Hello World!") |
후기
- 그냥 print() 문법을 사용해 출력만 해주는 기본 출력 문제
반응형
'PS > 백준' 카테고리의 다른 글
[BOJ] 백준 1001 A-B (Swift) (0) | 2022.11.27 |
---|---|
[BOJ] 백준 1000 A+B (Swift) (0) | 2022.11.27 |
[BOJ] 백준 2036 수열의 점수 (Swift) (0) | 2022.11.19 |
[BOJ] 백준 5545 최고의 피자 (Swift) (0) | 2022.11.13 |
[Programmers] 다음에 올 숫자 (Swift) (0) | 2022.11.11 |