#include <iostream>

int main()
{
    std::cout << (void*) 7 << '\n';
    std::cout << 7 << '\n';
}