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]