#include <iostream>
using namespace std;

int main() {
	int a = (int)(&a);
	return 0;
}