I need help for lstlistings. I have a code that start with:
INPUT: c, m
rest of code...
I want that the first line doesn't view the number line. This is my lstset:
\lstset{language=Java,
numberstyle=\scriptsize,
numbers=left,
numbersep=5pt,
numberblanklines=false,
captionpos=b,
basicstyle=\small\sffamily,
columns=fullflexible,
xleftmargin=16pt,
frame=leftline,
breaklines=true,
tabsize=2,
prebreak=\raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},
escapeinside={$}{$}
}
Someone can help me please?

listingsline numbers that match thelinerangespecification – Werner Sep 25 '14 at 23:16\documentclassand the appropriate packages that sets up the problem.While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem. Also, I'd recommend you include the input and the desired output (it is not clear from your description).
– Peter Grill Sep 25 '14 at 23:58