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
98027 Axe GHÉP ĐOẠN MÃ C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 594 2023-05-26 13:54:11

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:12:15: error: array must be initialized with a brace-enclosed initializer
     int a[50]=6,3,2,5,4;
               ^
Main.cc:12:17: error: expected unqualified-id before numeric constant
     int a[50]=6,3,2,5,4;
                 ^
Main.cc:10:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
Main.cc:15:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &a[i]);
         ~~~~~^~~~~~~~~~~~~