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
269264 Kiều Đức Phúc Luỹ thừa bậc 5 C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 847 2023-11-18 21:14:25

Lỗi biên dịch:

Main.cc:6:1: error: expected initializer before ‘bool’
 bool canRepresent(int X) {
 ^~~~
Main.cc: In function ‘int main()’:
Main.cc:35:13: error: ‘canRepresent’ was not declared in this scope
         if (canRepresent(X)) {
             ^~~~~~~~~~~~