{ "ch-1" : [ { "function" : "distinctaverage", "arguments" : [1, 2, 4, 3, 5, 6], "result" : 1 }, { "arguments" : [0, 2, 4, 8, 3, 5], "result" : 2 }, { "arguments" : [7, 3, 1, 0, 5, 9], "result" : 2 } ], "ch-2" : [ { "function" : "backspacecompare", "multiarg" : true, "arguments" : [ "ab#c", "ad#c" ], "result" : true }, { "multiarg" : true, "arguments" : [ "ab##", "a#b#" ], "result" : true }, { "multiarg" : true, "arguments" : [ "a#b", "c" ], "result" : false } ] }