var total = 0

for (var i = 4; i < 10; ++i) {
 for (var j = 0; j < 10;+ +j) {
    total += 1
  }
}

asrt_equassert_equal(al(100, totaltr);
