#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+CgppbnQgbWFpbih2b2lkKSB7CglpbnQgaT0wOwoJY2hhciBzWzEwMF07CglzY2FuZigiJXMiLHMpOwoJcHJpbnRmKCIlc1xuICAtPiAiLHMpOwoJCgl3aGlsZShzW2ldIT0nXDAnKXsKCQlpZihzW2ldPT0nMScpc1tpXT0nSSc7CgkJaSsrOwoJfQoJCglwcmludGYoIiVzXG4iLHMpOwoJcmV0dXJuIDA7Cn0K