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
600333 Lê Minh Nhật SỐ PHÉP BIẾN ĐỔI DÃY C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 76 2024-11-23 19:29:20

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:4:5: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
    4 |     cout << "1";
      |     ^~~~
      |     std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:75,
                 from Main.cc:1:
/usr/include/c++/11/iostream:61:18: note: ‘std::cout’ declared here
   61 |   extern ostream cout;          /// Linked to standard output
      |                  ^~~~