Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 182 Bytes

Readme.md

File metadata and controls

3 lines (3 loc) · 182 Bytes

This is how to execute the program by gcc step by step:

  • g++ Simulate.cpp A2.cpp -std=c++17 -o APE
  • ./APE m n (m and n are represent for number of divisions and days respectively)