#include "iostream" int main() { int a = 0; int* x = &a; std::cout << x << std::endl ; }