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
271227 Vũ Duy Sơn HUTECH IT OFFICE TOUR C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 564 2023-11-21 08:16:26

Lỗi biên dịch:

Main.cc: In function ‘void nhap(int*, int)’:
Main.cc:11:12: error: a function-definition is not allowed here before ‘{’ token
 int main() {
            ^
Main.cc:31:1: error: expected ‘}’ at end of input
 }
 ^
Main.cc:8:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&a[i]);
         ~~~~~^~~~~~~~~~~~