Question: countour plot multiple plot

i want to draw  a countour plot and i want the graph in the given below patter  and my codes are 

for Q=1, and Q=2 ,Q=3.2

F:= x^2+2*y^3+Q:
p1:=contourplot( F, x=0..1, Q=1,color=red):
p2:=contourplot( F, x=0..10, Q=2,color=blue):
display(p1,p2):
thanks in advance
Please Wait...