new AggregateMergeResult(algorithm, ok, acceptable, wrongAnswer, runtimeError)
    Construct a new AggregateMergeResult instance.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| algorithm | String | The matching algorithm that produced the match results. | 
| ok | Number | The amount of test results with the 'OK' verdict. | 
| acceptable | Number | The amount of test results with the 'ACCEPTABLE' verdict. | 
| wrongAnswer | Number | The amount of test results with the 'WRONG ANSWER' verdict. | 
| runtimeError | Number | The amount of test results with the 'RUNTIME ERROR' verdict. |