|
|
вернуться в форумI had WA14 but... When I used longint I got WA11, but I changed it into int64 and got WA14. Then, I changed int64 into extended and got AC! :) Re: I had WA14 but... how did u change it?plz write the code Re: I had WA14 but... a:array[-1000..1000]of int64; => a:array[-1000..1000]of extended; :) Re: I had WA14 but... can you help me for this, how can I extend in c++ long long (int 64) to a bigger type? Re: I had WA14 but... double will be enough :) |
|
|