#include<iostream> int main(){ float a,b; scanf("%f %f",&a,&b); b==9.6; if(a==0) printf("%f",b); return 0; }