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
268709 Trịnh Đức Chung Luỹ thừa bậc 5 C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 424 2023-11-18 20:30:50

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 << money << endl;
   ^~~~
Main.cc:16:3: note: suggested alternative: ‘cosl’
   cout << money << endl;
   ^~~~
   cosl
Main.cc:16:20: error: ‘endl’ was not declared in this scope
   cout << money << endl;
                    ^~~~
Main.cc:16:20: note: suggested alternative: ‘ynl’
   cout << money << endl;
                    ^~~~
                    ynl