#include<stdio.h>
int main () {
int n;
scanf("%d",&n);
for (int width = 1; width <= 6; width++){ printf("%0*d/n",width,n);
enter 0;