#include<stdio.h> int main() { int c; scanf("%d",&c); printf(" %d\n",c); printf(" %d%d%d\n",c,c,c); printf("%d%d%d%d%d\n",c,c,c,c,c); return 0; }