#include <iostream>
using namespace std;

int main() {
	&(int) { 1 };
	return 0;
}