aboutsummaryrefslogtreecommitdiff
path: root/0-0-inter/subject.ko.txt
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-24 18:46:24 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-24 18:46:24 +0100
commit6990353c9f26269da836569b8901d28e9bda6867 (patch)
treea8a7dd0c5c8b77e93e2a022be9daef7bdde21d4a /0-0-inter/subject.ko.txt
parentb9a3fe5af32ebe91c2cc0346ec74844a06b2697f (diff)
downloadexam_rank_02-master.tar.gz
exam_rank_02-master.tar.bz2
exam_rank_02-master.zip
2nd tryHEADmaster
Diffstat (limited to '0-0-inter/subject.ko.txt')
-rw-r--r--0-0-inter/subject.ko.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/0-0-inter/subject.ko.txt b/0-0-inter/subject.ko.txt
index e8e9961..dc0c0c2 100644
--- a/0-0-inter/subject.ko.txt
+++ b/0-0-inter/subject.ko.txt
@@ -3,15 +3,10 @@ Expected files : inter.c
Allowed functions: write
--------------------------------------------------------------------------------
-Write a program that takes two strings and displays, without doubles, the
-characters that appear in both strings, in the order they appear in the first
-one.
두 문자열을 인자로 받아, 해당 두 문자열에 둘 다 나타나는 문자들을 화면에 중복 없이 출력하는 프로그램을 작성하시오. 이 때, 첫 번째 문자열에서 나타나는 순서대로 문자들을 출력합니다.
-The display will be followed by a \n.
출력의 마지막에는 \n 이 따라와야 합니다.
-If the number of arguments is not 2, the program displays \n.
만약 인자가 2개가 아닐 경우 \n 을 출력합니다.
Examples: