Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 412 Bytes

File metadata and controls

13 lines (9 loc) · 412 Bytes

Simple-Calculator

A simple calculator implementation.

The input is:

  • List of expressions consisting of integers, operators(+,-,*,/,=,&,|,^).
  • At least three variables x, y, z (x, y, z are exist in the begin, and some local variables will appear in the input file).

The output is a list of assembly codes.

Problem can be found on NTHU OJ Problem no. 12688 or link to: http://140.114.86.238/problem/12688/