From 65fd27526146049994c820a4d9d6678e90719df3 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Tue, 7 Apr 2020 15:58:18 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu5/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index e5b6795..76a855d 100644 --- a/du5/program.c +++ b/du5/program.c @@ -10,7 +10,7 @@ int main(){ int pos = 0; //Getting input for(int i = 0; i < 50; i++){ - if( poll(&mypoll, 1, 2000)){ + if( poll(&mypoll, 1, 3000)){ scanf("%d %[^\n]", &score[pos], name[pos]); scanf("%*c"); pos++;