AL
unread,Feb 11, 2012, 5:07:21 PM2/11/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi guys,
Does anyone if for q6p4 is the input line by line or a long string?
if it is a long string then after the comment "//" does it include \n?
e.g (string form)
...
int wain (int a, int b){ int d=0; //this is a comment /n return d;}
or this form
int wain (int a, int b){ int d=0; //this is a comment return d;}
Thanks~