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
281966 Phạm Vũ Minh Đức Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 121 2023-11-28 11:09:39

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:4:5: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
    4 |     cin >> A >> B >> X >> Y;
      |     ^~~
      |     std::cin
In file included from Main.cc:1:
/usr/include/c++/11/iostream:60:18: note: ‘std::cin’ declared here
   60 |   extern istream cin;           /// Linked to standard input
      |                  ^~~
Main.cc:5:5: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
    5 |     cout << A*X+B*Y;
      |     ^~~~
      |     std::cout
In file included from Main.cc:1:
/usr/include/c++/11/iostream:61:18: note: ‘std::cout’ declared here
   61 |   extern ostream cout;          /// Linked to standard output
      |                  ^~~~