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
459584 Baodubaiz 2 chữ số giống nhau C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 337 2024-05-22 20:26:58

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:9: error: ‘scanf’ was not declared in this scope
    8 |         scanf("%d", &n);
      |         ^~~~~
Main.cc:10:5: error: ‘printf’ was not declared in this scope
   10 |     printf("%d", boolen(n));
      |     ^~~~~~
Main.cc:4:1: note: ‘printf’ is defined in header ‘’; did you forget to ‘#include ’?
    3 | #include 
  +++ |+#include 
    4 | int boolen (int n);