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
102722 Dương Thành Đạt BÃI ĐẬU XE HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 530 2023-05-27 23:23:02

Lỗi biên dịch:

Main.cc: In function ‘int test(int*, int)’:
Main.cc:4:5: error: expected primary-expression before ‘)’ token
  if()
     ^
Main.cc: In function ‘int main()’:
Main.cc:25:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
Main.cc:33:8: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&t[i],&xe[i]);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~