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
269764 Nguyễn Đan Huy Gắn kết số C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 857 2023-11-18 21:56:12

Lỗi biên dịch:

Main.cc: In function ‘void solve(int, int, int, int*)’:
Main.cc:16:5: error: expected ‘;’ before ‘int’
     int res=0;
     ^~~
Main.cc:22:37: error: ‘res’ was not declared in this scope
             if (temp>=l && temp<=r) res++;
                                     ^~~
Main.cc:25:11: error: ‘res’ was not declared in this scope
     cout<