Skip to content

michellenovenda/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

A simple calculator implementation in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages