#include <stdio.h>
int main(void) {
int i=0;
char s[100];
while(s[i]!='\0'){
if(s[i]=='1'){s[i]='I';}
i++;
}
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CglpbnQgaT0wOwoJY2hhciBzWzEwMF07CglzY2FuZigiJXMiLHMpOwoJcHJpbnRmKCIlc1xuICAtPiAiLHMpOwp3aGlsZShzW2ldIT0nXDAnKXsKCWlmKHNbaV09PScxJyl7c1tpXT0nSSc7fQoJaSsrOwoJCgp9CglwcmludGYoIiVzXG4iLHMpOwoJcmV0dXJuIDA7Cn0K