Incredibly simple competitive programming problem type. Core premise: given an input sequence of numbers, an output sequence of numbers that does a running total/tally/sum/product of the numbers up to that point.

Quick links: