R=input().split(',') G=input().split(',') B=input().split(',') r=0 if R=='NONE' else len(R) g=0 if G=='NONE' else len(G) b=0 if B=='NONE' else len(B) print((16-r)**2*(16-g)**2*(16-b)**2)