C++程序  |  5行  |  49 B

int my_idiv (int a, int b)
{
    return a / b;
}