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
269602 Cao Nguyễn Thanh Tú Chuỗi lớn nhất C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 849 2023-11-18 21:43:05

Lỗi biên dịch:

Main.cc: In function ‘int tinhtoan(char*, int)’:
Main.cc:16:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             if(a[i+1] ='a')
                ~~~~~~~^~~~
Main.cc:18:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
             if(a[i+1] ='b')
                ~~~~~~~^~~~
Main.cc:22:28: error: expected ‘;’ before ‘i’
     for(int i = 0; i < n-1 i++){
                            ^
Main.cc: In function ‘void nhap(char*, int)’:
Main.cc:9:14: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
         scanf("%c",&a[i]);
         ~~~~~^~~~~~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:35:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ~~~~~^~~~~~~~~~