#include int main(void) { int input; scanf("%d", &input); printf("%d\n", input); printf("%d\n", input); printf("%d\n", input); return 0; }