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
269532 Lê Huỳnh Ngọc Chuỗi lớn nhất C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 464 2023-11-18 21:38:18

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:7:20: error: expected initializer before ‘-’ token
     int N,dem=0,thu-0;scanf("%d\n",&N);
                    ^
Main.cc:10:20: warning: format ‘%s’ expects argument of type ‘char*’, but argument 2 has type ‘char (*)[N]’ [-Wformat=]
     scanf("\n%s",&a);
                  ~~^
Main.cc:12:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
         if(a[i]='?'){
            ~~~~^~~~
Main.cc:7:28: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     int N,dem=0,thu-0;scanf("%d\n",&N);
                       ~~~~~^~~~~~~~~~~
Main.cc:10:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("\n%s",&a);
     ~~~~~^~~~~~~~~~~