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
272114 Nguyễn Đăng Vũ Nguyên DÃY CON MA THUẬT C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 622 2023-11-21 10:24:19

Lỗi biên dịch:

Main.cc: In function ‘void sosanh(long long int*, long long int)’:
Main.cc:11:69: error: expected ‘]’ before ‘)’ token
   if(a[1] == a [n] || a[1] == a[i + 2] || a[(n/2) + 1] == a[(n/2) -1)
                                                                     ^
Main.cc: In function ‘int main()’:
Main.cc:27:11: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
      scanf("%lld", &n);
      ~~~~~^~~~~~~~~~~~
Main.cc:34:8: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld", &a[i]);
   ~~~~~^~~~~~~~~~~~~~~