|
|
back to board// heapsort the points (graham-like) [code deleted] Edited by moderator 24.11.2019 23:26 > scanf("%d", &N); possibly should be scanf("%ld",&N) int is by default long in 32-bit environment problem is solved anyway (it was the V[i] = ++i statement in the read_data for) thanx anyway |
|
|