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
13951 Lê Lâm Anh Vũ Tính giá trị hàm f(x) C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 209 2022-12-29 20:23:12

Lỗi biên dịch:

Main.c: In function ‘f’:
Main.c:6:5: error: expected expression before ‘)’ token
  if()
     ^
Main.c:5:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&a,&b,&c);
  ^~~~~~~~~~~~~~~~~~~~~~~~
Main.c:9:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Main.c: In function ‘main’:
Main.c:12:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&x);
  ^~~~~~~~~~~~~~