@@ -47,7 +47,7 @@ func countIncreasing(scanner *bufio.Scanner) []int {
// }
// *********************************
- // Both are to slow for solving the big problem set.
+ // Both are too slow for solving the big problem set.
}
for i := 1; i <= n; i++ {
answer[cid] += dp[i]