Search found 216 matches
- Thu Dec 06, 2007 1:11 am
- Forum: C++
- Topic: How to single 8 bit Varialbles Store in Single Bytes
- Replies: 3
- Views: 2432
- Thu Dec 06, 2007 12:58 am
- Forum: C
- Topic: stack / heap size limit
- Replies: 3
- Views: 7785
Re: stack / heap size limit
I wanted to inquirea that is it possible to get a Runtime Error because of a big stack size. Yes, there is no actual limitation between the difference segments of a code, so increasing in stack unreasonably would corrupt another segment (it depends on the OS). If so what is the limit; how much stac...
- Wed Oct 03, 2007 11:41 pm
- Forum: C++
- Topic: Always WA, even with correct output... (what am I missing?)
- Replies: 6
- Views: 3863
- Wed Oct 03, 2007 12:17 pm
- Forum: C++
- Topic: Always WA, even with correct output... (what am I missing?)
- Replies: 6
- Views: 3863
- Mon Sep 24, 2007 8:39 pm
- Forum: Algorithms
- Topic: Need expert's view for geometry algos.
- Replies: 23
- Views: 10014
6.Minimum circle enclosing n points->O(nlog n)+O(h^3),where h is the number of points on convex-hull. O(n) is optimal for this problem, but for all purposes, O(n log n) using furthest point voronoi diagram is sufficient. The center will be either a vertex or on an edge of the diagram. Does it mean ...
- Mon Sep 24, 2007 2:50 pm
- Forum: Algorithms
- Topic: Need expert's view for geometry algos.
- Replies: 23
- Views: 10014
- Mon Sep 24, 2007 8:25 am
- Forum: Algorithms
- Topic: Need expert's view for geometry algos.
- Replies: 23
- Views: 10014
Your knowledge about some geometrical algorithm is good but you have to know that writing an geometrical program is not just knowledge, You should learn how your code covers all of the special cases which happen in almost of geometry problems. In the other words you have to have a good insight for s...
- Sat Sep 22, 2007 9:28 am
- Forum: Bugs and suggestions
- Topic: Problem solvers's e-mail
- Replies: 1
- Views: 1652
Problem solvers's e-mail
The e-mail address does not appear in the profile. Why? What if we want to send an e-mail to somebody. I think there should be an option for each one to select if he wants his e-mail appears in the profile.
- Thu Sep 20, 2007 7:13 am
- Forum: Volume 1 (100-199)
- Topic: 187 - Transaction Processing
- Replies: 18
- Views: 5283
Diffrence between cout/printf?
To day I saw a very strange thing. I had gotten PE in 186,187. I didn't know what to do to correct them. But today I changed output part of code into famous printf(It was in C++) code and my code got AC. Here is my old version of output for 187: cout.setf(ios::fixed|ios::showpoint); cout.precision(2...
- Wed Sep 19, 2007 2:17 am
- Forum: Volume 5 (500-599)
- Topic: 554 - Caesar Cypher
- Replies: 27
- Views: 11383
I followed the jurajz's hint and I got it. So according to jurajz`s instructions, we can reason this problem's judge-data is not correct. Because why we should eliminate trailing spaces? problem statement says we should divide the output into some lines which no one of them should be bigger than 60 ...
- Wed Sep 19, 2007 1:24 am
- Forum: Volume 7 (700-799)
- Topic: 782 - Contour Painting
- Replies: 53
- Views: 23487
- Tue Sep 18, 2007 9:49 pm
- Forum: Volume 7 (700-799)
- Topic: 782 - Contour Painting
- Replies: 53
- Views: 23487
- Tue Sep 18, 2007 8:10 am
- Forum: Volume 7 (700-799)
- Topic: 782 - Contour Painting
- Replies: 53
- Views: 23487
Could anybody test these inputs? I am getting PE. ^ is end of line. Inputs: 8 XXXXXXXXXXXX X X X X X X X X XXXXX X X X X X X * X X X X XXXXX X X X X X X X X XXXXXXXXXXXX __________ XXX X X * X __________ * __________ XXXXXXXXXX X X X XXXXXX X X X * X X XXXXXXXXXX __________ XXXXXXXXXXXXX X X * XXXXX...
- Sun Sep 16, 2007 12:34 am
- Forum: Bugs and suggestions
- Topic: Some Suggestions
- Replies: 13
- Views: 4330
Is any issue still to be answered? May I close the topic? The first post in this topic was made some suggestions. I don't know way this topic has been changed it course. It should have followed by some relevant posts. Anyway, I have another suggestion. Since most of us work with problem number inst...
- Wed Sep 12, 2007 11:08 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10975 - Dueue's Quiz
- Replies: 39
- Views: 18202