Search found 4 matches

by mhulboj
Wed Dec 27, 2006 11:39 pm
Forum: Bugs and suggestions
Topic: volume 1 spelling mistakes
Replies: 3
Views: 2868

es'es should stay, unless the whole judge switches to American English...
by mhulboj
Sun Dec 10, 2006 8:00 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318964

Could someone provide a hint why this code yields WA?

Code: Select all

...
Resolved, thx.
by mhulboj
Sun Dec 10, 2006 11:25 am
Forum: Volume 3 (300-399)
Topic: 361 - Cops and Robbers
Replies: 50
Views: 22466

Thanks,
This output was OK, but I've tried few more manually generated and found an awfully stupid copy/paste bug in my code. After fixing got AC.
And for those seeking solution be sure to handle these cases properly:

2 0 1
0 0
0 0
0 0
3 0 1
0 0
0 0
0 0
0 0
3 0 1
-2 0
2 0
0 0
1 0
3 0 1
0 -2
0 2
0 ...
by mhulboj
Sat Dec 09, 2006 8:19 pm
Forum: Volume 3 (300-399)
Topic: 361 - Cops and Robbers
Replies: 50
Views: 22466

Hello,
I have written the code that implements finding of convex hulls (AM method) and then determines whether the point is inside it or outside it. Could someone provide some more sample input, because for the one provided in the task and in this thread and some examples generated by hand the ...

Go to advanced search