#include using namespace std; int main() { int a = 10; cout << &a; <