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
465300 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 13:57:18

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:41:21: error: expected primary-expression before ‘>’ token
   41 |         else if(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]);
      |                 ~~~~~^~~~~~~~~~~~~