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
20108 Ngô Văn Huy Hoàng Chọn cạnh tam giác C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 260 2023-02-25 20:52:06

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:11:1: error: ‘cin’ was not declared in this scope
 cin>>n;
 ^~~
Main.cc:11:1: note: suggested alternative: ‘main’
 cin>>n;
 ^~~
 main
Main.cc:13:1: error: ‘t’ was not declared in this scope
 t=0;
 ^
Main.cc:19:6: error: ‘x’ was not declared in this scope
 cin>>x;
      ^
Main.cc:25:1: error: ‘cout’ was not declared in this scope
 cout<