pvjc20/a1/program.c

10 lines
121 B
C
Raw Normal View History

2020-03-13 17:36:17 +00:00
#include <stdio.h>
#include<ctype.h>
#include<math.h>
int main()
{
2020-03-19 12:26:04 +00:00
printf("Vysledok je : 57.00\n");
2020-03-13 17:36:17 +00:00
return 0;
2020-03-13 17:30:16 +00:00
}