Hi Debashis Maitra,
Thanks for the reply.
Yes, there's no space after the last or before the first char of the line.
And there's always a '\n' at the end of the line, even the last line!
Search found 3 matches
- Tue Dec 19, 2006 3:04 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108876
- Fri Dec 15, 2006 4:19 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108876
Solved--Thanks
the above processing is correct.
but still encounter presentation error
but still encounter presentation error
- Fri Dec 15, 2006 10:40 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108876
101: understand the problem
HI, I have problem understanding the process. Let me put my understanding to the following example:
the sample output from the webpage is:
0: 0//an space before first zero and also second 0??
1: 1 9 2 4
2:
3: 3
4:
5: 5 8 7 6
6:
7:
8:
9://if there is a '\n' here, does it matter?
if I ...
the sample output from the webpage is:
0: 0//an space before first zero and also second 0??
1: 1 9 2 4
2:
3: 3
4:
5: 5 8 7 6
6:
7:
8:
9://if there is a '\n' here, does it matter?
if I ...