The problem is because you are multiplying 2 rounded values (G21,H21). But in J21 the multiplication is with the full precision. To fix this, you can do like this:
=ROUND( SUM(G13:G20) * SUM(H13:H20), 0)