#include <iostream>
int main(int argc, char** argv)
{
    try {
        // myprogram();
    } catch (std::exception e) {
        std::cout << "You mad, bro?" << std::endl;
    }
    #define FUCK_YOU 0
    return FUCK_YOU;
}