#include <stdio.h>
main ()
{ int i; char? s[21],*p;
for (i=0;i<20;i++)
s[i]=getchar ();
s[i]=(6);
p =(7)
while (*p)putchar? ((8));
}