Skip to content

Instantly share code, notes, and snippets.

View cDima's full-sized avatar

Dmitry Sadakov cDima

View GitHub Profile
function processData(blob) {
//Enter your code here
let input = blob.split('\n');
let nmk = input[0].split(' ');
let n = nmk[0],
m = nmk[1],
k = nmk[2];
let rows = new Map();