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
452181 Phạm Hoàng Nhân Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 235 2024-05-19 19:16:12

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:18: error: ‘cin’ was not declared in this scope; did you mean ‘sin’?
    8 |     int a,b,c,d; cin >> a >> b >> c >> d;
      |                  ^~~
      |                  sin
Main.cc:9:5: error: ‘cout’ was not declared in this scope
    9 |     cout << (a * x) + (b * y);
      |     ^~~~
Main.cc:9:18: error: ‘x’ was not declared in this scope
    9 |     cout << (a * x) + (b * y);
      |                  ^
Main.cc:9:28: error: ‘y’ was not declared in this scope
    9 |     cout << (a * x) + (b * y);
      |                            ^