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