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

int mod = 987654321;

int main( int argc, char** argv ) {

    return 0;
}
