|
|
вернуться в форумyou may find it helpful Послано Aneto 8 янв 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. |
|
|