for our purposes, op can only be +, or * (each with their usual, obvious, meanings). the variables can be a, b, c, d, e, n All of them, except n can store values. n is a "null" variable. You can write to it, but it's value always stays at 0. All the variables are initialized to 0 at the start.
No embedded spaces will appear on the line. No other characters, other than the ones for variables, numbers, or operations, will appear. All variables will be lower case.
For each line, print the value of x op y. (the semantics are that the value is first printed, then it's stored into the variable). AFter all lines of input have been read in, print the final values of each register. These values should be printed one per line in the form var=val