C++程序  |  5行  |  33 B

int fun(int i)
{
    return i;
}