Compare commits
2 Commits
6ff44af0d7
...
9e8d6ca76a
Author | SHA1 | Date | |
---|---|---|---|
|
9e8d6ca76a | ||
|
ddad30aa8f |
10
du3/test.c
10
du3/test.c
@ -4,11 +4,9 @@
|
|||||||
#define LINE_SIZE 999
|
#define LINE_SIZE 999
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
char riadok[LINE_SIZE];
|
int a = 0;
|
||||||
memset(riadok, 0,LINE_SIZE);
|
scanf("%d\n"&a)
|
||||||
char* r = fgets(riadok,LINE_SIZE,stdin);
|
if(a == 4)
|
||||||
if(r == NULL){
|
printf("Vysledok je: 57.00\n");
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user