sorry, is there anyone can provide some testcases for this problem?
i have been stuck by this problem for several days,
here is my test cases:
A11 1612 1720
A12 1508 1636
S16 1152 1250
S17 1048 1134
S17 1272 1326
#
S16 1288 A11 1543
S18 1202 S18 1102
S18 1202 S18 1101
S18 1202 S18 1206
S18 1202 S18 ...
Search found 4 matches
- Sun Mar 11, 2012 11:27 am
- Forum: Volume 1 (100-199)
- Topic: 176 - City Navigation
- Replies: 20
- Views: 10301
- Sat Jan 28, 2012 12:43 pm
- Forum: Volume 1 (100-199)
- Topic: 169 - Xenosemantics
- Replies: 18
- Views: 12318
Re: 169 - Xenosemantics
finally, got AC, because my algorithm for judging overlap is not right,


- Fri Jan 27, 2012 6:03 am
- Forum: Volume 1 (100-199)
- Topic: 169 - Xenosemantics
- Replies: 18
- Views: 12318
Re: 169 - Xenosemantics Helps needed
I got WA too. My code works with the sample and the above input. Could anyone with ACC code verify my in/output please.
Input:
#abcdabcd-
#abcd
dyj@ttdi%sdort^jdyt*rFnn trlnsvkGHoalexotrjxzasvs-
ozgpsi<>:pkelaovo,.;'slnxt'][-prsjlntrjo-
dyj@ttdi%sdort^jdyt*rFnn trlnsvkGHoalexotrjxzasvs-
ozgpsi ...
Input:
#abcdabcd-
#abcd
dyj@ttdi%sdort^jdyt*rFnn trlnsvkGHoalexotrjxzasvs-
ozgpsi<>:pkelaovo,.;'slnxt'][-prsjlntrjo-
dyj@ttdi%sdort^jdyt*rFnn trlnsvkGHoalexotrjxzasvs-
ozgpsi ...
- Fri Jan 27, 2012 5:59 am
- Forum: Volume 1 (100-199)
- Topic: 169 - Xenosemantics
- Replies: 18
- Views: 12318
Re: 169 - Xenosemantics
Anyone has additional testcases, or care to point to me some tricky interpretation of the problem?
Have matched all testcases here, and my code output for the last case agrees with El-Idioto.
Also for the following case:
abcabc-
#
#
The output should be
ab
bc
*
Correct?
That's the same result ...
Have matched all testcases here, and my code output for the last case agrees with El-Idioto.
Also for the following case:
abcabc-
#
#
The output should be
ab
bc
*
Correct?
That's the same result ...