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 |
599869 |
Vũ Tuấn Kiệt |
ƯỚC NHIỀU NHẤT |
C/C++ |
Lỗi biên dịch (CE) |
0 MS
|
0 KB
|
531 |
2024-11-21 09:29:56 |
Lỗi biên dịch:
Main.cc: In function ‘void Nhapmang(int, int)’:
Main.cc:5:22: error: invalid types ‘int[int]’ for array subscript
5 | scanf("%d",&a[i]);
| ^
Main.cc: In function ‘int main()’:
Main.cc:19:22: error: invalid types ‘int[int]’ for array subscript
19 | if (a[i]%i == 0)
| ^
Main.cc:12:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
12 | scanf("%d",&n);
| ~~~~~^~~~~~~~~