|
|
back to boardcan anybody tell me how to read the inputs? one in each line or all in single line.?? Re: can anybody tell me how to read the inputs? for C it is don't matter int n; scanf("%d", &n); for (int i = 0; i < n; i++) scanf("%d", &a[i]); Edited by author 24.12.2007 15:39 |
|
|