C++程序  |  8行  |  61 B

char bar[10];

void
set_bar (int i, int v)
{
  bar[i] = v;
}