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
271460 Nguyễn Thị Thủy Tiên DÃY CON MA THUẬT C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 430 2023-11-21 09:09:08

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:12: error: expected initializer before ‘a’
     long n a[1000];
            ^
Main.cc:9:18: error: ‘n’ was not declared in this scope
     scanf("%ld",&n);
                  ^
Main.cc:9:18: note: suggested alternative: ‘yn’
     scanf("%ld",&n);
                  ^
                  yn
Main.cc:11:38: warning: format ‘%ld’ expects a matching ‘long int*’ argument [-Wformat=]
     for(int i=0; i