Jul 31, 2017 at 2:06am
kpinjp'i
Last edited on Aug 2, 2017 at 12:25am
Jul 31, 2017 at 2:40am
Try adding #include <stdlib.h>
Also don't use using namespace std
It makes your code bulky and is unprofessional.
Jul 31, 2017 at 2:57am
Thanks for t
Last edited on Aug 2, 2017 at 12:27am
Jul 31, 2017 at 3:04am
Should be lowercase c on line 106.
Unrelated, but lines 22 and 56 will conflict. I think you had better rethink lines 187-194.
Last edited on Jul 31, 2017 at 6:43am