#include <stdio.h>
int main(void) {
    printf("It's working\n");
    return 0;
}
