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
132712 Phạm Ngọc Trai Số dương đẹp C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 397 2023-06-30 21:02:36

Lỗi biên dịch:

Main.cc: In function ‘int isBeautifulNumber(int)’:
Main.cc:8:13: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
   }else if(i==s&i%2==0){
            ~^~~
Main.cc: In function ‘int main()’:
Main.cc:19:12: error: ‘n’ was not declared in this scope
     }while(n<1||n>100);
            ^
Main.cc:18:9: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d", &x);
    ~~~~~^~~~~~~~~~