Problems
341 - Tiffin
SUBMIT PROBLEM

Tiffin

Time Limit: 1 sec

 

The Problem

In a school there is N students. School authority arrange tiffin for all students. Their budget for tiffin is X taka for a year.

Your task is to find how much school pay for the tiffin for a student in a day.

 

The Input

The Input file contains a series of line. Each line contains two integer numbers, total student, N (N <= 10000) and total budget X (X<=100000)

 

The Output

For each line of input the output will show the result rounded to 3 decimal points in a separate line.

 

Sample Input

2 10000

50 50000

 

Sample Output

13.699 taka

2.740 taka

 

 

 

 

 

Problem Setter: Samia Safa Ahmed