getProblem

abstract fun getProblem(index: Int): String
Problem messages to resolve verification.
repeated string problem = 3;

Return

The problem at the given index.

Parameters

index

The index of the element to return.