// editor1
#include<stdio.h>
int main(){
    int n;
    scanf("%d",&n);
    
    printf("%d",1,2,3,4);
    return 0;
    
}