#include using namespace std; const int INF = 0x3f3f3f3f; int main() { int i = 5; int *p; p = &i; return 0; }