ikachan hace 6 años
padre
commit
650920b985
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      2008/1C/C/main.go

+ 1 - 1
2008/1C/C/main.go

@@ -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]