You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there's a segmentation fault occurring in your program, likely due to accessing memory that hasn't been properly allocated or initialized."pt = (int*)malloc(n * sizeof(int));" is missed.
It seems there's a segmentation fault occurring in your program, likely due to accessing memory that hasn't been properly allocated or initialized."pt = (int*)malloc(n * sizeof(int));" is missed.