Проблем с тестването в Judge
От известно време имам проблем с тестването на задачите ми в Judge, и не мога да разбера къде греша. При работеща задача локално, Judge ми дава системна грешка от този вид:
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-/tmp/ExecutionStrategies/htr05plk.ygu/CompilationDir/1. does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
Каквото и да опитвам, не се получава. Моля за малко съдействие.
Изпращам и примерна задача от OOP - Polymorphism Excercise - 01. Vehicles:
Cars.cs: https://pastebin.com/yGx4QvU5
Vehicle.cs: https://pastebin.com/5mg6w4U4
Truck.cs: https://pastebin.com/CTc1hgGT
Program.cs: https://pastebin.com/Gd9TfWrT
Благодаря предварително за помоща!