ikachan 6 роки тому
батько
коміт
650920b985
1 змінених файлів з 1 додано та 1 видалено
  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]