(((x:Int) => x * x)(List.range(1, 101).reduceLeft(_ + _)) - List.range(1, 101).map(x => x * x).reduceLeft(_ + _));