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 |
447875 |
Nguyễn Thái Hoàng Phong |
Kết quả nhỏ nhất |
C/C++ |
Lỗi biên dịch (CE) |
0 MS
|
0 KB
|
1422 |
2024-04-29 20:54:56 |
Lỗi biên dịch:
Main.cc: In function ‘int main()’:
Main.cc:21:36: error: expected ‘)’ before ‘c’
21 | temp[i][2] = fabs(a[i]+b[i]c[i]);
| ~ ^
| )
Main.cc:24:36: error: expected ‘)’ before ‘c’
24 | temp[i][5] = fabs(a[i]-b[i]c[i]);
| ~ ^
| )
Main.cc:25:31: error: expected ‘)’ before ‘b’
25 | temp[i][6] = fabs(a[i]b[i]c[i]);
| ~ ^
| )
Main.cc:26:31: error: expected ‘)’ before ‘b’
26 | temp[i][7] = fabs(a[i]b[i]+c[i]);
| ~ ^
| )
Main.cc:27:31: error: expected ‘)’ before ‘b’
27 | temp[i][8] = fabs(a[i]b[i]-c[i]);
| ~ ^
| )
Main.cc:8:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
8 | scanf("%lld",&n);
| ~~~~~^~~~~~~~~~~
Main.cc:13:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
13 | scanf("%lld",&a[i]);
| ~~~~~^~~~~~~~~~~~~~
Main.cc:14:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
14 | scanf("%lld",&b[i]);
| ~~~~~^~~~~~~~~~~~~~
Main.cc:15:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
15 | scanf("%lld",&c[i]);
| ~~~~~^~~~~~~~~~~~~~