|
|
back to boardWhat's wrong with my program? Please help // heapsort the points (graham-like) [code deleted] Edited by moderator 24.11.2019 23:26 Re: What's wrong with my program? Please help Posted by WAZZAP 19 Mar 2002 14:14 > scanf("%d", &N); possibly should be scanf("%ld",&N) Re: What's wrong with my program? Please help 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 |
|
|