local read, write = io.read, io.write a,b = string.match("12345__ironman", "(%d+)__(."); write(a,"\n"); write(b,"\n");