Ah, I see. Thanks for the help (and the welcome)!
So then...
X(t) is constant, so x(t)=1
y(t) =t
z(t) = t^2
when t goes from 0 to 2.
The line integral would then become:
int(y^3,s) over the curve C, because z=y^2.
=int(t^3*sqrt(0^2+1^2+(2t)^2),t,0,2)
=int(t^3*2t,t,0,2)
=2*int(t^4,t,0,2)...