#include<stdio.h>
int main()
{
    float a,b
    
    scanf(%f%f,&a&b);
    printf(50.0 );
    printf(1.0);
    
}