Skip to content
David.Hong edited this page Mar 20, 2016 · 10 revisions

C/C++ code for solving math problems and proving doubtful answers given.

How to use

  • Make the new cpp project using the IDE you use, and copy cpp file in this repository into the project folder. On android configuration, I recommend to use AIDE(JNI) or Cppdroid.
  • Alternatively, during creating the project, create new .cpp files too, and copy-and-pase the code into your cpp file.
  • Paste code on www.ideone.com and run on internet browser - no other application installation needed.

Projects Details

  • 001_2017수능특강p16Q1
    Solving the question no.1 at <수능특강 확률과통계>, page 16, I wondered how come there are so many functions meets that condition. Then I decided to take a look at all those functons available, built this one.

수학문제 풀이와 의심스런 답 확인을 위한 C/C++코드입니다.

사용법

  • IDE 프로그램에서 새 프로젝트를 만들고 본 레포지토리 내의 .cpp파일을 복사해 넣어 사용하세요.
  • 새 프로젝트를 만들면서 새 cpp파일까지 같이 만들고 코드를 붙여넣기해서 사용하세요.
  • www.ideone.com에 코드를 붙어넣고 실행하세요.

프로젝트 세부정보

  • 001_2017수능특강p16Q1
    수능특강 확률과통계 16페이지 Level 3 실력완성 1번 문제를 풀면서 과연 함수의 개수가 이렇게 많은지 실제 데이터로 확인해보고자 제작했습니다.

Clone this wiki locally