a,b,c=gets.split(" ").map{|e| e.to_i} x=2*(a*b+a*c+b*c) y=a*b*c if y