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
19917 HOÀNG ĐÌNH KHÔI Chọn cạnh tam giác C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 699 2023-02-25 19:45:15

Lỗi biên dịch:

Main.cc: In function ‘void DemSo(int, int, int*, int*)’:
Main.cc:30:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
     return dem;
            ^~~
Main.cc: In function ‘int main()’:
Main.cc:38:11: error: ‘m’ was not declared in this scope
     DemSo(m,n,a,b);
           ^
Main.cc: In function ‘void nhapmang(int*, int)’:
Main.cc:6:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~