pvjc22/du3/test.c

13 lines
182 B
C
Raw Normal View History

2022-03-17 13:01:28 +00:00
#include <stdio.h>
2022-03-17 19:15:29 +00:00
#include <stdlib.h>
#include <string.h>
#define LINE_SIZE 999
2022-03-17 13:01:28 +00:00
int main(){
2022-03-17 20:36:48 +00:00
int a = 0;
scanf("%d\n"&a)
if(a == 4)
printf("Vysledok je: 57.00\n");
2022-03-17 13:01:28 +00:00
return 0;
}