[UVA][五則運算] 533 - Equation Solver
Equation Solver
Write a program that can solve linear equations with one variable.
Input Specification
The input file will contain a number of equations, each one on a separate
line. All equations are
strings of less than 100 character...