Could you tell me what test you were facing the problem?
The guaranteed constraint should be: 0 <= n <= 2147483647
0 <= n <= 2147483647
Javascript: No random test cases!
Javascript
There is a typo in '_', '|', '\'. '/', it should be '_', '|', '\', '/'.
'_', '|', '\'. '/'
'_', '|', '\', '/'
No random tests! (Javascript)
Go translation, please check and feel free to approve or reject it!
google search?
Good fork version, thank you!
Javascript: No random tests!
Typo in theeach other!
theeach other
What is the expected output if board is[[1,2,1], [1,2,2], [1,2,2]]? The description is not clear!
board
[[1,2,1], [1,2,2], [1,2,2]]
Lack of some tests (Golang), for example: "1.2.3.-0", "1.2.3.+0", "1.2.3.+1", "1.2.3.1e2"!
Golang
"1.2.3.-0"
"1.2.3.+0"
"1.2.3.+1"
"1.2.3.1e2"
This solution doesn't pass for str = "2.3.4.+1" or str = "2.3.4.-0"!
str = "2.3.4.+1"
str = "2.3.4.-0"
ALERT: This solution doesn't pass correct all test cases (for example: str = "192.168.1.25*"), see my new solution!
ALERT
str = "192.168.1.25*"
Loading collection data...
Could you tell me what test you were facing the problem?
The guaranteed constraint should be:
0 <= n <= 2147483647
Javascript
: No random test cases!There is a typo in
'_', '|', '\'. '/'
, it should be'_', '|', '\', '/'
.No random tests! (Javascript)
Go translation, please check and feel free to approve or reject it!
google search?
Good fork version, thank you!
Javascript: No random tests!
Javascript
: No random tests!Typo in
theeach other
!What is the expected output if
board
is[[1,2,1], [1,2,2], [1,2,2]]
? The description is not clear!Lack of some tests (
Golang
), for example:"1.2.3.-0"
,"1.2.3.+0"
,"1.2.3.+1"
,"1.2.3.1e2"
!This solution doesn't pass for
str = "2.3.4.+1"
orstr = "2.3.4.-0"
!ALERT
: This solution doesn't pass correct all test cases (for example:str = "192.168.1.25*"
), see my new solution!Loading more items...