#!/usr/local/bin/python3 x = 32 for a in range(x): for b in range(x): for c in range(x): for d in range(x): for e in range(x): print(a, b, c, d, e)