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
14343 Nguyển Đức Tiến Số nguyên không âm đẹp C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 406 2022-12-29 21:56:50

Lỗi biên dịch:

Main.cc: In function ‘void DemX(int)’:
Main.cc:7:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
     return dem;
            ^~~
Main.cc: In function ‘int main()’:
Main.cc:24:28: error: invalid use of void expression
         printf("%d",DemX(x));
                            ^
Main.cc:20:11: warning: unused variable ‘L’ [-Wunused-variable]
     int n,L,R,x;
           ^
Main.cc: In function ‘void NhapT(int&)’:
Main.cc:11:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
Main.cc: In function ‘void NhapKhoang(int)’:
Main.cc:17:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d",&L,&R);
         ~~~~~^~~~~~~~~~~~~~