10 printf("hadej cislo (od 0 do"
12 fgets(buff
, sizeof(buff
)-2, stdin
);
13 *strpbrk(buff
, "\r\n") = '\0';
16 g
= strtol(buff
, NULL
, 10);
17 if(r
== g
) puts("Bravo maestro!");
18 else printf("Loooooooozre! "
This page took 0.235504 seconds and 4 git commands to generate.