I am still getting a few errors like ; expected or missing and stuff like that when i have:

static bool[255] KeyStatus = { 0 };

but not when I have

static bool KeyStatus = { 0 };

how can i fix this?