#include <iostream> 

int main() 
{ 
  int A; 

  std::cout << &A << std::endl; 
} 
