n=int(input())
a=[int(i) for i in input().split()]
b=[int(i) for i in input().split()]
ans=0
op=0
from math import *
for i,j in zip(a,b):
if j==1 or 2*i<j:
ans-=1
else:
op+=1
if i==j:
ans+=(i//2)*ceil(i/2)
elif 2*i==j:
ans+=i**2
else:
ans+=(j//2)*ceil(j/2)
print(-1 if op==0 else ans)
817C - Really Big Numbers | 1355A - Sequence with Digits |
977B - Two-gram | 993A - Two Squares |
1659D - Reverse Sort Sum | 1659A - Red Versus Blue |
1659B - Bit Flipping | 1480B - The Great Hero |
1519B - The Cake Is a Lie | 1659C - Line Empire |
515A - Drazil and Date | 1084B - Kvass and the Fair Nut |
1101A - Minimum Integer | 985D - Sand Fortress |
1279A - New Year Garland | 1279B - Verse For Santa |
202A - LLPS | 978A - Remove Duplicates |
1304A - Two Rabbits | 225A - Dice Tower |
1660D - Maximum Product Strikes Back | 1513A - Array and Peaks |
1251B - Binary Palindromes | 768B - Code For 1 |
363B - Fence | 991B - Getting an A |
246A - Buggy Sorting | 884A - Book Reading |
1180A - Alex and a Rhombus | 445A - DZY Loves Chessboard |