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
466027 Thành tích MÁY RÚT TIỀN TỰ ĐỘNG C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 798 2024-05-24 14:58:15

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:43:31: error: expected ‘;’ before ‘{’ token
   43 |                 else(a1 == a2) {
      |                               ^~
      |                               ;
Main.cc:11:13: warning: unused variable ‘b’ [-Wunused-variable]
   11 |         int b[100];
      |             ^
Main.cc:5:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    5 |         scanf("%d %d", &n, &s);
      |         ~~~~~^~~~~~~~~~~~~~~~~
Main.cc:8:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    8 |                 scanf("%d", &a[i]);
      |                 ~~~~~^~~~~~~~~~~~~