#include <iostream>
using namespace std;

int main() {
  int x;
    cin>>x;
    cout<<&x<<endl;
}
//   0x7ffd26e94504
//   0x7ffe14476544

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: