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