Mã chấm Tài khoản Bài tập Ngôn ngữ lập trình Trạng thái Thời gian Bộ nhớ Kích thước Thời gian nộp
459990 Nguyên Anh Chênh lệch chiều cao C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 632 2024-05-22 20:59:23

Lỗi biên dịch:

Main.cc: In function ‘int min_height_difference(int*, int)’:
Main.cc:10:36: error: ‘compare’ was not declared in this scope
   10 |     qsort(heights, n, sizeof(int), compare);
      |                                    ^~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:17:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   17 |     scanf("%d", &N);
      |     ~~~~~^~~~~~~~~~
Main.cc:22:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   22 |         scanf("%d", &heights[i]);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~