Search found 229 matches

by daveon
Sun Feb 11, 2007 7:29 pm
Forum: Off topic (General chit-chat)
Topic: I win !!
Replies: 361
Views: 147468

Come on people, we're almost there. Only 2147483304 posts to go.
by daveon
Sun Feb 11, 2007 2:45 am
Forum: Off topic (General chit-chat)
Topic: I win !!
Replies: 361
Views: 147468

Quick people, if the number of replies hit 2147483648, it might cause an integer overflow. Assuming that a signed integer is used.
by daveon
Sun Feb 04, 2007 2:44 am
Forum: Volume 8 (800-899)
Topic: 859 - Chinese Checkers
Replies: 14
Views: 8118

Here's another try for help...
by daveon
Mon Jan 29, 2007 12:47 am
Forum: Bugs and suggestions
Topic: 276
Replies: 3
Views: 2499

I'm still getting PE. I've already check out http://online-judge.uva.es/board/viewtopic.php?t=13139 and it didn't help me with 276.
by daveon
Sat Jan 27, 2007 7:27 pm
Forum: Bugs and suggestions
Topic: Submit Your Code Page
Replies: 2
Views: 2325

Submit Your Code Page

The problem submission page is quite long. I always have to scroll down to browse for code. Couldn't the Submit Problem and Browse button be placed higher on the page?
by daveon
Sun Jan 21, 2007 9:31 pm
Forum: Volume 5 (500-599)
Topic: 523 - Minimum Transport Cost
Replies: 44
Views: 15024

My output:

Code: Select all

From 1 to 4 :
Path: 1-->2-->3-->4
Total cost : 5

From 4 to 1 :
Path: 4-->3-->2-->1
Total cost : 5

From 2 to 2 :
Path: 2
Total cost : 0
I don't remember needing to sort anything.
by daveon
Sun Jan 21, 2007 9:00 pm
Forum: Volume 6 (600-699)
Topic: 612 - DNA Sorting
Replies: 122
Views: 29716

Please use an existing thread for problem 612.
by daveon
Sat Jan 20, 2007 9:41 pm
Forum: Volume 100 (10000-10099)
Topic: 10011 - Where Can You Hide?
Replies: 58
Views: 17901

Hello,

I get:
1.000
2.728
by daveon
Sun Jan 14, 2007 7:23 pm
Forum: Volume 100 (10000-10099)
Topic: 10011 - Where Can You Hide?
Replies: 58
Views: 17901

Please use an existing thread for this problem.
by daveon
Sat Jan 13, 2007 5:45 pm
Forum: Bugs and suggestions
Topic: 389 - PE
Replies: 7
Views: 3963

Perhaps I am using incorrect code to output.

The PE code:

Code: Select all

if(error) cout << "  ERROR" << endl;
else      cout << setw(7) << temp << endl;
The AC code:

Code: Select all

if(error) printf("  ERROR\n");
else      printf("%7s\n",temp);
by daveon
Fri Jan 05, 2007 4:25 am
Forum: Bugs and suggestions
Topic: 389 - PE
Replies: 7
Views: 3963

Nevermind, I recoded it in C and got ACC.
by daveon
Sun Dec 31, 2006 8:46 pm
Forum: Volume 5 (500-599)
Topic: 598 - Bundling Newspapers
Replies: 25
Views: 11639

Inorder to get rid of PE, you have to output this Size 2 Times, Herald-Tribune Times, Post Times, New Advocate Herald-Tribune, Post Herald-Tribune, New Advocate Post, New Advocate Size 3 Times, Herald-Tribune, Post Times, Herald-Tribune, New Advocate Times, Post, New Advocate Herald-Tribune, Post, N...
by daveon
Sat Dec 30, 2006 7:38 pm
Forum: Bugs and suggestions
Topic: Author Statictic
Replies: 54
Views: 18634

Well, I hope the new stats won't slow down the judge.

By the way, the old author stats still work for now.
http://acm.uva.es/cgi-bin/OnlineJudge?AuthorInfo:12345
by daveon
Sat Dec 30, 2006 6:19 pm
Forum: Volume 100 (10000-10099)
Topic: 10097 - The Color Game
Replies: 10
Views: 3068

From what I can conclude, the minimum number of moves will never be greater than 20.
by daveon
Fri Dec 29, 2006 6:16 pm
Forum: Bugs and suggestions
Topic: 784 - PE
Replies: 3
Views: 2322

Then could the problem show at least 2 cases to make things clear?

Go to advanced search