#include "back.mask"

main() {
    write(1, back_bits, ((back_width + 7) & ~7) * back_height / 8);
}
