from __future__ import annotations def main() -> int: print("REPLAY_PACK_OK") return 0 if __name__ == "__main__": raise SystemExit(main())