#include <stdio.h>

int main() {
    srand(time(NULL));
    printf("%d\n", rand());
}