Hi, could anyone tell me the output for the next cases:
7 7
0 0 1 1 1 0 0
0 1 0 0 0 1 0
1 0 0 0 0 0 1
1 0 0 1 0 0 1
1 0 0 0 0 0 1
0 1 0 0 0 1 0
0 0 1 1 1 0 0
5 5
0 0 1 0 0
0 0 1 0 0
0 1 1 1 0
0 1 0 1 0
0 0 0 0 0
5 5
0 0 0 0 0
0 1 0 1 0
0 1 1 1 0
0 0 1 0 0
0 0 1 0 0
2 2
1 1
1 1
3 3
0 0 0
0 1 0
0 0 ...
Search found 3 matches
- Tue Sep 27, 2005 2:54 pm
- Forum: Volume 3 (300-399)
- Topic: 312 - Crosswords (II)
- Replies: 20
- Views: 12898
- Wed May 04, 2005 4:40 pm
- Forum: Volume 6 (600-699)
- Topic: 632 - Compression (II)
- Replies: 13
- Views: 6666
- Wed May 04, 2005 6:48 am
- Forum: Volume 6 (600-699)
- Topic: 632 - Compression (II)
- Replies: 13
- Views: 6666
632 - Why WA?
Hi, I don't undestand cause I get WA in this problem. Can I use the function strcmp to solve this problem or should i make my own comparation function ?
if i need make mi own comparation function, is the space before any letter o digit like in ASCII ?
here is my code:
Cut after AC
I don't ...
if i need make mi own comparation function, is the space before any letter o digit like in ASCII ?
here is my code:
Cut after AC
I don't ...