yank those lines in register:
:364,757yEnter
if you want to copy those lines and paste to some certain line, t is your friend. for example:
:364,757t2Enter will copy those lines to under 2nd line.
if you want to copy them to right under your current line:
:364,757t.Enter