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
270190 Lê Trung Kiên Luỹ thừa bậc 5 C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 489 2023-11-19 22:23:07

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:23:20: error: expected primary-expression before ‘%’ token
         scanf("%d",%a[i]);
                    ^
Main.cc: At global scope:
Main.cc:30:2: error: expected unqualified-id before ‘return’
  return 0;
  ^~~~~~
Main.cc:31:1: error: expected declaration before ‘}’ token
 }
 ^
Main.cc: In function ‘int main()’:
Main.cc:21:10: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld",&t);
     ~~~~~^~~~~~~~~~~