#include <stdio.h>
int main() {
    int N;
    printf("101
    102
    102");
    scanf("%d", &N);
    return 0;
}