ikachan 6 gadi atpakaļ
vecāks
revīzija
650920b985
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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]