#include <stdio.h>
#include <stdlib.h>

int main() {
    // Your solution here

    return 0;
}
