Categorygithub.com/szhou12/leetcode-goleetcode2283-Check-if-Number-Has-Equal-Digit-Count-and-Digit-Value
package
0.0.0-20241220224003-b7cf03a90b2b
Repository: https://github.com/szhou12/leetcode-go.git
Documentation: pkg.go.dev

# README

2283. Check if Number Has Equal Digit Count and Digit Value

Solution idea

注意 Golang 中 rune, string, int 之间的类型转换