Get desktop application:
View/edit binary Protocol Buffers messages
string sourcecode = 1
int32 timeLimit = 3
int32 memoryLimit = 4
Used in: RemoteCodeCompilerResponse
string verdict = 1
int32 statusCode = 2
string error = 3
int32 compilationDuration = 5
int32 timeLimit = 6
int32 memoryLimit = 7
Used in: RemoteCodeCompilerExecutionResponse
PYTHON = 0
C = 1
CPP = 2
JAVA = 3
GO = 4
CS = 5
KOTLIN = 6
SCALA = 7
RUST = 8
RUBY = 9
HASKELL = 10
Used in: RemoteCodeCompilerExecutionResponse
string verdict = 1
int32 verdictStatusCode = 2
string output = 3
string error = 4
string expectedOutput = 5
int32 executionDuration = 6
Used in: RemoteCodeCompilerRequest
PYTHON = 0
C = 1
CPP = 2
JAVA = 3
GO = 4
CS = 5
KOTLIN = 6
SCALA = 7
RUST = 8
RUBY = 9
HASKELL = 10
Used in: RemoteCodeCompilerRequest
string input = 1
string expectedOutput = 2