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
19961 Vũ Minh Khang Chọn cạnh tam giác C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 621 2023-02-25 20:05:48

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:9: error: expected ‘;’ before ‘int’
         int a[n];
         ^~~
Main.cc:11:22: error: ‘a’ was not declared in this scope
         scanf("%d", &a[i]);
                      ^
Main.cc:19:21: error: ‘a’ was not declared in this scope
                 if (a[i]+a[j] > a[k] && a[j]+a[k] > a[i] && a[i]+a[k] > a[j]) {
                     ^
Main.cc:6:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n)
     ~~~~~^~~~~~~~~~