#include <stdio.h>

int main(void) {
	1 + 2;
	return 0;
}
