#include <assert.h>
#include <stdbool.h>
#include <stdio.h>

int main(void) {
	assert(false);
}
