The task is computing fast addition of big integers. For the detail, refer CodingTest2019.pdf
We gives the template of
- example of BigInteger class
- fileReader
We recommend to use fileReader.h to read txt file to strings, and BigInteger class to convert string to BigInteger. Of course, you can create your own code if you want.
(19.02.17) The allowed instruction is changed. Using Multithreading is not allowed from now.