#include <cstdlib>
#include <iostream>

int main()
{
    std::cout << NULL << std::endl;
    return 0;
}