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
99422 THE LIX LỰA CHỌN ĐỘI TUYỂN ICPC C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 569 2023-05-26 15:39:06

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:30:5: error: expected ‘;’ before ‘break’
     break;
     ^~~~~
Main.cc:30:10: warning: statement has no effect [-Wunused-value]
     break;
          ^
Main.cc: In function ‘void nhapmang(int*, int)’:
Main.cc:7:8: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &a[i]);
   ~~~~~^~~~~~~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:18:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d", &n, &k);
  ~~~~~^~~~~~~~~~~~~~~~~