Use the substitution method to show that the solution of t(n) = t(n-1) + n is O(n²).

A) Substitute t(n) = O(n)
B) Substitute t(n) = O(n log n)
C) Substitute t(n) = O(n²)
D) Substitute t(n) = O(1)