Ad
  • Custom User Avatar

    I think there is an error in random tests for C. My solution passes all static tests and a few hundred random tests before causing this error:
    Test Crashed
    Caught unexpected signal: 6

    Maybe there is a memory leak in the random test generator? I tested my solution locally, there are no crashes, Valgrind shows no memory issues and even after running my code in an endless loop ram usage is constant.