백준 23234번 문제 링크
문제 이름 : The World Responds
주 언어 : Text
태그 : 구현
solved.ac 등급 : Bronze V (2023/03/08 확인)
문제 보기
문제 :
In many introductory computer programming classes, the first program that students learn to write just prints “Hello, world!” It is used as a first assignment because it is a simple program that produces output. The program dates back to at least 1974, when Brian Kernighan used it as an example in a C programming tutorial. Its popularity has grown since then. Louisiana Tech University's ACM chapter has a Hello World project that has collected versions of this program in almost 200 different computer languages.
While “Hello, World!” is a nice and simple first program, it does have one drawback. The program says hello to the world, but the world does not respond! This one-sided conversation is starting to become awkward after more than 35 years. For this problem, write a program that returns greetings from the world to the program.
(축약 & 번역) 여태까지 Hello, World!만 출력해봤지만 세상(World)은 응답하지 않았습니다. 오늘 세상의 응답을 받아봅시다.
입력 :
There is no input for this problem.
출력 :
Print one line of output: The world says hello!
The world says hello!
를 언어 Text로 제출 할 수 있습니다.
파이썬에서 print()
함수를 이용하여 간단하게 출력할 수도 있습니다.
이 문제와 비슷한 Text 언어로 풀 수 있는 문제들입니다.
다른 문제도 같이 풀어보시는걸 추천드립니다.
Text 문제들