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
20002 Dương Nguyễn Chí Tín Lên đỉnh Sirius C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 519 2023-02-25 20:20:20

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:23:10: error: ‘kiemtrachan’ was not declared in this scope
      if (kiemtrachan(i) ==0) 
          ^~~~~~~~~~~
Main.cc:12:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ~~~~~^~~~~~~~~~
Main.cc:18:8: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&mangA[i]);
   ~~~~~^~~~~~~~~~~~~~~~