From 0a113fbd71c6c8d0c24d7c1831239ca29b0f8744 Mon Sep 17 00:00:00 2001 From: Saken <35443199+sakenism@users.noreply.github.com> Date: Thu, 5 Dec 2019 18:39:11 +0600 Subject: [PATCH] Update nauuo.en.md --- subjects/nauuo.en.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/nauuo.en.md b/subjects/nauuo.en.md index 9d2fdbdb..49cf8da0 100644 --- a/subjects/nauuo.en.md +++ b/subjects/nauuo.en.md @@ -15,7 +15,9 @@ This means that: There was a vote. There are people who voted positively, negatively, and randomly. Figure out if the final answer depends on random people or not. -If it does print '?' +If it does, return '?', otherwise the result must be either '+', '-', or '0' +Previous characters stand for outcome of the vote: positive/negative/draw. +Input is always positive. Write a function, `Nauuo`, that returns final result of voting.