Search found 20 matches
- Wed Feb 12, 2014 10:36 am
- Forum: Volume 109 (10900-10999)
- Topic: 10921 - Find the Telephone
- Replies: 23
- Views: 12241
Re: HashMap Runtime Error Java
Thank you for collaboration and share your knowledge, brianfry713
- Sat Feb 08, 2014 10:19 pm
- Forum: Volume 109 (10900-10999)
- Topic: 10921 - Find the Telephone
- Replies: 23
- Views: 12241
HashMap Runtime Error Java
solved
- Fri Feb 07, 2014 11:50 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11385 - Da Vinci Code
- Replies: 70
- Views: 33388
Re: 11385 - Da Vinci Code
I forget to change in the moment of publish; but throws me RE
- Fri Feb 07, 2014 9:40 am
- Forum: Volume 115 (11500-11599)
- Topic: 11507 - Bender B. Rodríguez Problem
- Replies: 11
- Views: 8450
Re: 11507 - Bender B. Rodriguea Problem
According to the image, means that the tube belonging to axis z, if fits the following position:
Code: Select all
\
\
\
\
- Fri Feb 07, 2014 8:35 am
- Forum: Volume 113 (11300-11399)
- Topic: 11385 - Da Vinci Code
- Replies: 70
- Views: 33388
Re: 11385 - Da Vinci Code
Code: Select all
AC
- Wed Jan 29, 2014 1:52 am
- Forum: Java
- Topic: Problems With Some Inputs - Java
- Replies: 1
- Views: 3808
Problems With Some Inputs - Java
Problems With Some Inputs - Java I've always done data entry as follows: InputStreamReader isr= new InputStreamReader(System.in); BufferedReader br= new BufferedReader(isr); int num=Integer.parseInt(br.readLine()); //number String linea=br.readLine(); //cadena arreglo=linea.split(" ");// c...
- Wed Jan 29, 2014 1:33 am
- Forum: Volume 15 (1500-1599)
- Topic: 1585 - Score
- Replies: 5
- Views: 4738
Re: 1585 - Score
Thank you; I think I'll use much this method
- Mon Jan 27, 2014 10:37 am
- Forum: Volume 15 (1500-1599)
- Topic: 1585 - Score
- Replies: 5
- Views: 4738
1585 - Score
Some TEST CASE where my code not function .......... I have WA
Code: Select all
AC
- Mon Jan 27, 2014 1:20 am
- Forum: Volume 113 (11300-11399)
- Topic: 11385 - Da Vinci Code
- Replies: 70
- Views: 33388
Re: 11385 - Da Vinci Code
Code: Select all
AC, THANKS brianfry713
- Sat Dec 28, 2013 5:02 am
- Forum: Volume 113 (11300-11399)
- Topic: 11385 - Da Vinci Code
- Replies: 70
- Views: 33388
Re: 11385 - Da Vinci Code
AC; THANKS brianfry713 My problem in this exercise was the input of numbers separated by several blank spaces; as I work with java I Solve the problem with StringTokenizer. Example: Input 2 11 13 2 89 377 8 3 233 34 144 21 1 OH, LAME SAINT! 15 34 21 13 144 1597 3 987 610 8 5 89 2 377 2584 1 O, DRAC...
- Sat Dec 14, 2013 4:02 am
- Forum: Volume 4 (400-499)
- Topic: 482 - Permutation Arrays
- Replies: 159
- Views: 50580
Re: 482 Permutation Arrays
AC
thank you very much ( brianfry713 - v1n1t) by the observations and clarifications; definitely I should use String; and the problem of the blank line I was misinterpreting
again, thank you very much
thank you very much ( brianfry713 - v1n1t) by the observations and clarifications; definitely I should use String; and the problem of the blank line I was misinterpreting
again, thank you very much
- Thu Dec 12, 2013 7:36 am
- Forum: Volume 4 (400-499)
- Topic: 482 - Permutation Arrays
- Replies: 159
- Views: 50580
Re: 482 Permutation Arrays
I delete the line "System.out.println()" and even I Have WA
What do you recommend?
What do you recommend?
- Wed Dec 11, 2013 6:57 am
- Forum: Volume 121 (12100-12199)
- Topic: 12150 - Pole Position
- Replies: 6
- Views: 3699
12150 - Pole Position
In this problem, We have 3 variables
N= (2 ? N ? 10^3)
C= (1 ? C ? 10^4)
P= ( -10^6 ? P ? 10^6)
I think that the the variable P can not take values higher or lower outside the range of absolute value N. ----- P= ( -10^4 ? P ? 10^4)
N= (2 ? N ? 10^3)
C= (1 ? C ? 10^4)
P= ( -10^6 ? P ? 10^6)
I think that the the variable P can not take values higher or lower outside the range of absolute value N. ----- P= ( -10^4 ? P ? 10^4)
- Wed Dec 11, 2013 12:56 am
- Forum: Volume 4 (400-499)
- Topic: 482 - Permutation Arrays
- Replies: 159
- Views: 50580
Re: 482 Permutation Arrays
I have WA. I think that's by output of the blank lines; accept suggestions (I know should use any data structure, but I think that does not affect WA)
Code: Select all
remove by AC
- Sat Dec 07, 2013 5:56 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11340 - Newspaper
- Replies: 154
- Views: 66090
Re: 11340 - Newspaper
I have AC - but I have a question:
Why should use "double"?
Why should use "double"?