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
14238 Phan Huy Thuật Tính giá trị hàm f(x) C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 153 2022-12-29 21:18:11

Lỗi biên dịch:

Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’?
 include
 ^~~~~~~
 __has_include
Main.cc: In function ‘int main()’:
Main.cc:6:5: error: ‘cin’ was not declared in this scope
     cin >> a >> b >> c >> x;
     ^~~
Main.cc:6:5: note: suggested alternative: ‘main’
     cin >> a >> b >> c >> x;
     ^~~
     main
Main.cc:7:5: error: ‘cout’ was not declared in this scope
     cout << a * (x*x) + b * x + c;
     ^~~~