Practice Contest
EASY
slight error in second expression: c[1][i][j] = c[1][i-1][j]+1. Also, why are solutions to many problems like these not public?