You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're running the incorrect and correct solutions attached to the problem itself. Some of these will naturally fail compilation, or will produce sandbox violations, especially if they are incorrect. Even for correct ones, our sandbox does not exactly match the ones used in competitive programming, because each contest provides different libraries and allows different syscalls (that may cause sandbox violations for us).
These shouldn't cause the SolveProblem code itself to crash though, and it seems like it doesn't since it manages to output Compilation failed.
I have written a file similar to solve_example.cc to run all solutions to problems in a files. However, I get the following output:
I tried to only run it on one thread, but I still get the same result.
Below is my code:
The text was updated successfully, but these errors were encountered: