Search found 405 matches
- Thu Dec 30, 2004 4:37 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10790 - How Many Points of Intersection?
- Replies: 28
- Views: 19736
- Thu Dec 30, 2004 1:02 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10790 - How Many Points of Intersection?
- Replies: 28
- Views: 19736
- Thu Dec 30, 2004 10:08 am
- Forum: Volume 107 (10700-10799)
- Topic: 10790 - How Many Points of Intersection?
- Replies: 28
- Views: 19736
- Mon Dec 20, 2004 7:42 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10773 - Back to Intermediate Math
- Replies: 41
- Views: 22529
For Anupam only : There is a math problem in Tofajjal Sir's Physics Book in HSC Level. At that math, it is shown that a boat can cross a river in two ways (as you said in your problem) and there the velocity of river is considered in both the cases. But the solution for your problem can not work wi...
- Sat Nov 20, 2004 4:07 pm
- Forum: Other words
- Topic: Foundation Contest 2004
- Replies: 12
- Views: 4900
Foundation-acm Contest - II
Hello All, Thank to all for participating in the 2nd contest of us (FOUNDATION-ACM CONTEST-II). As usual, here goes some discussion about the problems: (A) Back to Intermediate Math Problemsetter: Anupam Bhattacharjee This is the easiest problem. Simple Geometric. (B) Repeated Josephus Problemsette...
- Thu Nov 18, 2004 8:46 am
- Forum: C++
- Topic: GCC in windows
- Replies: 3
- Views: 2673
- Thu Oct 07, 2004 10:16 pm
- Forum: Off topic (General chit-chat)
- Topic: Programming Challenges Advertisement on front page
- Replies: 3
- Views: 2618
- Mon Oct 04, 2004 9:45 pm
- Forum: Volume 3 (300-399)
- Topic: 314 - Robot
- Replies: 30
- Views: 10900
- Mon Oct 04, 2004 9:38 pm
- Forum: Algorithms
- Topic: Need an algorithm
- Replies: 4
- Views: 2857
- Mon Oct 04, 2004 9:35 pm
- Forum: Volume 4 (400-499)
- Topic: 495 - Fibonacci Freeze
- Replies: 222
- Views: 56352
- Mon Oct 04, 2004 9:32 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10684 - The jackpot
- Replies: 34
- Views: 24080
O O, I think I failed to understand what you were talking about. >>he can identify patterns of consecutive wins and elaborate a win-win strategy. A bet is an amount of money and is either winning (and this is recorded as a positive value). So shouldn't consecutive wins be a continuous subsequence of...
- Sun Oct 03, 2004 9:40 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10684 - The jackpot
- Replies: 34
- Views: 24080
- Sat Sep 25, 2004 10:43 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10701 - Pre, in and post
- Replies: 13
- Views: 7982
- Thu Sep 23, 2004 11:56 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10720 - Graph Construction
- Replies: 49
- Views: 36528
Re: 10720
[cpp] while(scanf("%d",&n)==1 && n){ flod = false ;//flod no need FOR(i,1,n){scanf("%d",&d ); if(d < 0 || d >= n){flod=true ;}//no need sum+=d ;} if(flod){printf("Not possible\n");continue ;}//no need if(sum==0){printf("Possible\n");continue ;...
- Thu Sep 23, 2004 11:44 pm
- Forum: Volume 107 (10700-10799)
- Topic: 10720 - Graph Construction
- Replies: 49
- Views: 36528