Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A6P4 input question

4 views
Skip to first unread message

AL

unread,
Feb 11, 2012, 5:07:21 PM2/11/12
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~

Yifan

unread,
Feb 11, 2012, 5:19:20 PM2/11/12
to
input line by line

AL

unread,
Feb 11, 2012, 7:15:12 PM2/11/12
to
Thank You~
0 new messages