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
15337 Huỳnh Công Tường Độ đẹp của dãy C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 279 2023-01-15 19:56:09

Lỗi biên dịch:

Main.c: In function ‘main’:
Main.c:5:3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scanf’
   scanf("%d",&n);
   ^~~~~
Main.c:7:16: error: ‘a’ undeclared (first use in this function)
     scanf("%d",a[i]);
                ^
Main.c:7:16: note: each undeclared identifier is reported only once for each function it appears in
Main.c:2:14: error: expected identifier or ‘(’ before numeric constant
 #define  max 1000
              ^
Main.c:8:13: note: in expansion of macro ‘max’
   int dem=0,max;
             ^~~
Main.c:14:10: error: lvalue required as left operand of assignment
       max=dem;
          ^
Main.c:15:15: error: lvalue required as unary ‘&’ operand
   printf("%d",&max)
               ^
Main.c:16:1: error: expected ‘;’ before ‘}’ token
 }
 ^