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
268058 Nguyễn Tuấn Kiệt Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 477 2023-11-18 19:46:44

Lỗi biên dịch:

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