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
98766 Best Gánh Team LỰA CHỌN ĐỘI TUYỂN ICPC C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 266 2023-05-26 14:51:31

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:5: error: ‘inr’ was not declared in this scope
     inr a[1000]
     ^~~
Main.cc:8:5: note: suggested alternative: ‘int’
     inr a[1000]
     ^~~
     int
Main.cc:10:12: error: expected primary-expression before ‘%’ token
     scanf (%d,&k);
            ^
Main.cc:10:13: error: ‘d’ was not declared in this scope
     scanf (%d,&k);
             ^
Main.cc:12:22: error: ‘a’ was not declared in this scope
         scanf ("%d",&a[i]);
                      ^