#include <iostream>

int
main(void)
{
    cout << "Next Level" << endl;
    return 0;
}

 

+ Recent posts