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
13712 Nguyễn Minh Nhật Tính giá trị hàm f(x) C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 362 2022-12-29 19:55:43

Lỗi biên dịch:

Main.c: In function ‘main’:
Main.c:21:2: error: expected statement before ‘)’ token
  );
  ^
Main.c:7:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &a);
   ^~~~~~~~~~~~~~~
Main.c:11:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &b);
   ^~~~~~~~~~~~~~~
Main.c:15:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &c);
   ^~~~~~~~~~~~~~~
Main.c:19:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &x);
   ^~~~~~~~~~~~~~~