#include using namespace std; signed main(){ string s;cin>>s; for( char p:s){ if(p=='I'||p=='l')p='1'; if(p=='O'||p=='o')p='0'; cout<