#include <stdio.h>

int getRandom()
{
    int a;
    return a;
}

int main(void) {
	 
	return 0;
}