@ -204,6 +204,10 @@ void Generatefield() {
tmp /= 10;
field[11][1] = '0' + tmp % 10;
field[10][1] = '0' + tmp % 10;
}
void addScoreboard()