int main() {
const int height = 10, width = 10;
int a[(height,width)];
int b[(height,width)];
for(int y=0; y<height; ++y)
{
for(int x=0; x<width; ++x)
b[y,x] = a[y,x];
}
return 0;
}
aW50IG1haW4oKSB7CiAgICBjb25zdCBpbnQgaGVpZ2h0ID0gMTAsIHdpZHRoID0gMTA7CiAgICBpbnQgYVsoaGVpZ2h0LHdpZHRoKV07CiAgICBpbnQgYlsoaGVpZ2h0LHdpZHRoKV07CiAgICAKICAgIGZvcihpbnQgeT0wOyB5PGhlaWdodDsgKyt5KQogICAgewogICAgICAgICBmb3IoaW50IHg9MDsgeDx3aWR0aDsgKyt4KQogICAgICAgICAgICAgYlt5LHhdID0gYVt5LHhdOwogICAgfQogICAgcmV0dXJuIDA7Cn0=