# stdlib
from math import ceil  # noqa: F401
from string import ascii_letters  # noqa: F401


class Bob:
	pass


class Alice:
	pass
