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
judge/sandbox: fix incorrect placeholder for static linking
The C compilation command used an incorrect placeholder to denote static
linking (`%static` instead of `%STATIC%`). I also added two debugging
statements to print the compilation and sandboxing commands in the sandbox judge.
0 commit comments