From ebd2341fdf64674b8ef2aff3aa698525245afafc Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 25 Apr 2024 18:18:09 +0200 Subject: [PATCH] Initialization --- cv10/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cv10/program.c b/cv10/program.c index e84434a..34581e7 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -43,8 +43,8 @@ int main() { for (int i = 0; i < num_accepted; i++) { printf("%s\n", names[i]); } - printf("%d",num_accepted); - printf("%d",num_students); + printf("%d1",num_accepted); + printf("%d2",num_students); if (num_students > num_accepted) { printf("Neprijati studenti:");