// editor1
#include<stdio.h>
int main()
{
    printf("1100.00");
}
return 0;