|
|
back to boardyou may find it helpful Posted by Aneto 8 Jan 2012 03:01 Well, i started to store input in array like this ... int [] hatches = new int[n+]; ... After that converted them into double. That ended with WA4 changed to double [] hatches = new double[n+]; and i got ACed. |
|
|