+ 2
Can you help me solve this challenge? http://hr.gs/deq #programming
Can you help me solve this challenge? http://hr.gs/deq #programming
2 Answers
+ 11
it would be much better if you copied the challenges contents here. Or at least describe it.
To view this challenge a person has to register or login.
+ 4
If one disables Javascript it doesn't show the sign up form. (jay)
Nitesh Yadav if you explain where you are stuck and with your code someone can help. Without that its difficult, we won't do the challenge for you. (will it be a challenge then?)
Some Description:
The challenge is to compare the three values a(0), a(1), a(2) and b(0), b(1), b(2)
And give points to the ones who scored higher.
Example input:
1 10 3
4 5 3
Output:
1 1 // last was a draw.
//Bob got 1 point and Alice got 1 point