#include <stdio.h>
int main(
    int n;
    if(n<=0)
    printf("Invalid input");
    else:
    printf("1 2 3 4");
    )