#include<stdio.h>
void main()
{
    float a,b,c;
    scanf("%d",a);
    scanf("%d",b);
    {
        printf("%d",c);
    }
    c=a/b;
}