Answer

问题及解答

[Bug]2024-8-17

Posted by haifeng on 2024-08-17 22:00:47 last update 2024-08-19 13:34:06 | Edit | Answers (0)

>> (x+y-1)(x+y+1)
in> (x+y-1)*(x+y+1)

out> x^2+2xy+y^2-
------------------------


>> (x-1)(x+1)
in> (x-1)*(x+1)

out> x^2-
------------------------

 

已修复

位于 polynMulti.cpp 中的 show_single_item_Multi() 函数.