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