golfathon/pund/a.py
2024-05-31 16:45:16 -05:00

8 lines
133 B
Python

import sys
c=int(sys.argv[1])
i=0
while c:
i+=1
c-=list(str(i))[::-1]==list(map(lambda j:'012xx59x86'[ord(j)-48],str(i)))
print(i)