#include using namespace std; int main() { const int num = 0; int *const ptr = # // error! const int* -> int* cout << *ptr << endl; }