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
268458 Nguyễn Tuấn Kiệt Gắn kết số C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 496 2023-11-18 20:14:28

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:11:5: error: ‘cout’ was not declared in this scope
     cout << "a+b= " << a + b << endl;
     ^~~~
Main.cc:11:5: note: suggested alternative: ‘cosl’
     cout << "a+b= " << a + b << endl;
     ^~~~
     cosl
Main.cc:11:33: error: ‘endl’ was not declared in this scope
     cout << "a+b= " << a + b << endl;
                                 ^~~~
Main.cc:11:33: note: suggested alternative: ‘ynl’
     cout << "a+b= " << a + b << endl;
                                 ^~~~
                                 ynl