Ad
  • Custom User Avatar

    Awesome, thank you. :)

  • Default User Avatar
  • Custom User Avatar

    I'm getting the following error when submitting:
    -isystem /runner/frameworks/cpp fatal error: 'boost/algorithm/string/join.hpp' file not found
    #include <boost/algorithm/string/join.hpp>
    ^
    1 error generated.

    The only thing I include is which seems to somehow be the problem here.
    Is there something I can do to avoid this error?

    The test cases all pass, by the way. This just happens when I try to submit my solution.