【Leetcode】 640. 求解方程

题目连接:https://leetcode-cn.com/problems/solve-the-equation/description/html 求解一个给定的方程,将x以字符串"x=#value"的形式返回。该方程仅包含'+',' - '操做,变量 x 和其对应系数。数组 若是方程没有解,请返回“No solution”。函数 若是方程有无限解,则返回“Infinite solutions”。
相关文章
相关标签/搜索