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
257068 Võ Thanh Hà Máy rút tiền tự động C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 526 2023-10-29 20:50:29

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:4:13: error: expected unqualified-id before ‘long’
  int n = 0, long long s = 0;
             ^~~~
Main.cc:5:21: error: ‘s’ was not declared in this scope
  scanf("%d%lld",&n,&s);
                     ^
Main.cc:8:8: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ~~~~~^~~~~~~~~~~~