From 22f2a89006935e535a3f754ee32ac56849444586 Mon Sep 17 00:00:00 2001 From: HyukSang Kwon <ckai22@ajou.ac.kr> Date: Thu, 31 May 2018 10:25:21 +0900 Subject: [PATCH] add example --- example/example | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 example/example diff --git a/example/example b/example/example new file mode 100644 index 0000000..cf95545 --- /dev/null +++ b/example/example @@ -0,0 +1,30 @@ +e1) +INPUT: +3 F +s Think like a man of action and act like man of thought. +s Courage is very important. Like a muscle, it is strengthened by use. +s Life is the art of drawing sufficient conclusions from insufficient premises. + +OUTPUT: +0 56 Think like a man of action and act like man of thought. +0 72 Courage is very important. Like a muscle, it is strengthened by use. +0 80 Life is the art of drawing sufficient conclusions from insufficient premises. + +e2) +INPUT: +2 F +s Think like a man of action and act like man of thought. +f 0 + +OUTPUT: + + +e3) +INPUT: +2 F +s Life is the art of drawing sufficient conclusions from insufficient premises. +r 0 112 + +OUTPUT: +1 80 +0 112 Life is the art of drawing sufficient conclusions from insufficient premises. -- GitLab