#include using namespace std; int main(){ const int *ptr; *ptr=10; //error }