#include <iostream>
using namespace std;
int main() {
const int* x = nullptr;
void* y = const_cast<int*>(x);
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7Cgljb25zdCBpbnQqIHggPSBudWxscHRyOwogICAgdm9pZCogeSA9IGNvbnN0X2Nhc3Q8aW50Kj4oeCk7CglyZXR1cm4gMDsKfQ==