print("a");

function wusi(b)
{
    print("b");
}
wusi("HI");

print("c");