Search found 6 matches

by polluel
Fri Mar 31, 2006 12:07 am
Forum: Volume 2 (200-299)
Topic: 204 - Robot Crash
Replies: 26
Views: 9232

could you be more explicit please. I understand but when you say scan left and right... Thanks.
by polluel
Thu Mar 30, 2006 11:20 pm
Forum: Volume 2 (200-299)
Topic: 204 - Robot Crash
Replies: 26
Views: 9232

trying a lot of things but i can't... :x
by polluel
Wed Mar 29, 2006 11:18 pm
Forum: Volume 105 (10500-10599)
Topic: 10529 - Dumb Bones
Replies: 15
Views: 12466

if somebody needs this:
for |x|<1 :
1/(1-x) = 1 +x +x^2 +x^3 + x^4+...
by polluel
Wed Mar 29, 2006 12:06 am
Forum: Volume 2 (200-299)
Topic: 204 - Robot Crash
Replies: 26
Views: 9232

Thanks, but i had already understood that. I meant how do you use this information? What changes have you made to your program?
by polluel
Mon Mar 27, 2006 11:32 pm
Forum: Volume 2 (200-299)
Topic: 204 - Robot Crash
Replies: 26
Views: 9232

I'm trying to solve this problem but i don't know how to deal with:
"robots collide when they pass through the same place within 0.5 second of each other"
Could anybody help me please?
thanks
by polluel
Tue Feb 28, 2006 4:22 pm
Forum: Volume 5 (500-599)
Topic: 574 - Sum It Up
Replies: 46
Views: 21101

574 in Java. Why WA???

import java.io.*; import java.util.*; class Main{ static int imat=0; static int jmat=0; static int XLLEG=50; static int FILES=50; static int[][] matriu = new int[FILES][12]; public static void main (String args []) throws Exception { //BufferedReader entrada = new BufferedReader(new InputStreamReade...

Go to advanced search