Skip to content

Commit c178cbb

Browse files
aQuaaQua
aQua
authored and
aQua
committed
238 adding
1 parent 87824ac commit c178cbb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Algorithms/0238.product-of-array-except-self/product-of-array-except-self_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ func Test_Problem0238(t *testing.T) {
4545
},
4646
},
4747

48+
question{
49+
para{
50+
[]int{1, 0},
51+
},
52+
ans{
53+
[]int{0, 1},
54+
},
55+
},
4856
// 如需多个测试,可以复制上方元素。
4957
}
5058

0 commit comments

Comments
 (0)