Search found 5 matches
- Tue Apr 08, 2008 7:09 am
- Forum: General
- Topic: Where is the forums for volumes C, CI, and CII
- Replies: 2
- Views: 3023
Re: Where is the forums for volumes C, CI, and CII
Ahhh! Yes. A login is required. Thanks Jan!
- Mon Apr 07, 2008 6:02 am
- Forum: General
- Topic: Where is the forums for volumes C, CI, and CII
- Replies: 2
- Views: 3023
Where is the forums for volumes C, CI, and CII
Were the forums for volumes C, CI and CII removed? I cannot find them off of the main page
- Mon Mar 31, 2008 6:10 am
- Forum: Volume 100 (10000-10099)
- Topic: 10029 - Edit Step Ladders
- Replies: 70
- Views: 20880
- Tue Mar 13, 2007 7:54 am
- Forum: Volume 100 (10000-10099)
- Topic: 10037 - Bridge
- Replies: 84
- Views: 24070
Possible reason for WA
I just tried something that might have lead to WA.
It appears that order may matter on the last 3 to cross. If the last three were 1, 2, 3, and if I printed:
1 2
1
1 3
I get WA. But if I change it to:
1 3
1
1 2
I get AC. Note, I am using the judge for the programmingchallenges.com.
It appears that order may matter on the last 3 to cross. If the last three were 1, 2, 3, and if I printed:
1 2
1
1 3
I get WA. But if I change it to:
1 3
1
1 2
I get AC. Note, I am using the judge for the programmingchallenges.com.
- Sat Aug 26, 2006 8:50 pm
- Forum: Volume 7 (700-799)
- Topic: 706 - LCD Display
- Replies: 221
- Views: 35100
Note: this only applies to the http://www.programming-challenges.com site: If you take a look at the statistics for this problem on the programming challenges, you'll notice this: Times submitted 5335 Times solved 0 Users submitted 1024 Users solved 0 Best time never solved Probably there is somethi...