#include <iostream>
using namespace std;

int main() {
	char p;
    cout << (void*)&p << endl;
	return 0;
}