From 261e7f3426b637b957a04d4c21b9c950d0d19ef3 Mon Sep 17 00:00:00 2001 From: Saken <35443199+sakenism@users.noreply.github.com> Date: Fri, 13 Mar 2020 10:45:43 +0600 Subject: [PATCH] clarifying --- subjects/costumeprofit.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/costumeprofit.en.md b/subjects/costumeprofit.en.md index 778db6af..e2c6ada5 100644 --- a/subjects/costumeprofit.en.md +++ b/subjects/costumeprofit.en.md @@ -14,6 +14,8 @@ What is the maximum amount of dollars that shop can earn by selling costumes? Input will be given as 6 arguments, your output should be displayed as standard output. +In the output put '\n' at the end. + Input: `./main **a** **b** **c** **d** **e** **f**` ```console