#include<stdio.h>
int main()
{
    int a=5,b=0;
    printf("%d",a/b)
}