Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 768 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 768 Bytes

Submit Repository for Engineering Calculator 2018

2018 공학용계산기 과제

Testcases

testcases 폴더에 있는 .in 파일을 모두 읽어서 실행해보면 됩니다. 실행 결과는 각 LEC 폴더에 solution.list 파일에 저장 되어 있습니다.

Testing

Linux 또는 Mac 환경에서

$ python test.py <lecture>

또는

$ python test.py <lecture> <.c file>

더 자세한 사용 방법은 아래의 커맨드를 통해 확인 할 수 있습니다.

$ python test.py -h

파일 입출력

스택을 활용하여 파일 거꾸로 출력하기

스택을 활용하여 후위표기식 만들기

후위표기식을 계산하기