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
268765 Trịnh Đức Chung Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 381 2023-11-18 20:35:11

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:10:3: error: ‘cin’ was not declared in this scope
   cin >> A >> B >> X >> Y;
   ^~~
Main.cc:10:3: note: suggested alternative: ‘sin’
   cin >> A >> B >> X >> Y;
   ^~~
   sin
Main.cc:16:3: error: ‘cout’ was not declared in this scope
   cout << tong << endl;
   ^~~~
Main.cc:16:3: note: suggested alternative: ‘cosl’
   cout << tong << endl;
   ^~~~
   cosl
Main.cc:16:19: error: ‘endl’ was not declared in this scope
   cout << tong << endl;
                   ^~~~
Main.cc:16:19: note: suggested alternative: ‘ynl’
   cout << tong << endl;
                   ^~~~
                   ynl