From 3adccda030d45a4e59d091ea8dba316574701856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Korpesio?= Date: Wed, 20 Oct 2021 10:56:09 +0200 Subject: [PATCH] prvy --- cv3/program.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cv3/program.c b/cv3/program.c index a0556f3..46bb6e7 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -64,10 +64,12 @@ int main() { for (i = 0; i < a; i++){ printf("%.2f ", number[i].cislo); } - if (vys != 1) { + printf("\n"); - } + + } + if (vys != 1) { + printf("no input\n"); } - printf("no input\n"); return 0; } \ No newline at end of file