import hashlib  
  
flag = hashlib.md5("1001".encode()).hexdigest().upper()  
  
print(flag[:20])