Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 266 Bytes

File metadata and controls

8 lines (7 loc) · 266 Bytes

"# implementing BigInteger"

  1. 개발언어 : C++
  2. 개발언어환경 : Visual Studio 2019
  3. 개발시 제약사항
  • 프로그램 내 자료형은 int type 만 사용
  • 연산자를 개발 : +, *, /, %
  • 모듈테스트 함수 작성 : BigIntegerTest()