TPK algorithm: Difference between revisions

Content deleted Content added
Ricvelozo (talk | contribs)
Line 96:
for i, t in reversed(list(enumerate(a))):
y = f(t)
print(i, '"TOO LARGE'" if y > 400 else y)
</syntaxhighlight>