#include <iostream>
using namespace std;
int main() {
	cout<<"Is this undefined behavior???";
	return 0;
}