pvjc20/a1/program.c

10 lines
120 B
C

#include <stdio.h>
#include<ctype.h>
#include<math.h>
int main()
{
printf("Vysledok je :57.00\n");
return 0;
}