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
268181 Đoàn Quí Trường Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 390 2023-11-18 19:55:40

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:2: error: ‘Printf’ was not declared in this scope
  Printf("Nhap so luong cay but B");
  ^~~~~~
Main.cc:8:2: note: suggested alternative: ‘printf’
  Printf("Nhap so luong cay but B");
  ^~~~~~
  printf
Main.cc:15:51: warning: format ‘%d’ expects a matching ‘int’ argument [-Wformat=]
  printf("So tien it nhat can mang theo: %d dong\n");
                                                   ^
Main.cc:14:6: warning: unused variable ‘totalMoney’ [-Wunused-variable]
  int totalMoney = (A*X)+(B*Y);
      ^~~~~~~~~~
Main.cc:7:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &A);
  ~~~~~^~~~~~~~~~
Main.cc:9:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &B);
  ~~~~~^~~~~~~~~~
Main.cc:11:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &X);
  ~~~~~^~~~~~~~~~
Main.cc:13:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &Y);
  ~~~~~^~~~~~~~~~