#include <stdio.h>

int main() {
    int i;
    for (i = 0; i < 50; i++) {
        printf("0,1,2,1,");

    }
}
