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
269147 Phan Thanh Phong Ministop HUTECH C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 228 2023-11-18 21:03:12

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:7:25: error: ‘A’ was not declared in this scope
     scanf("%d%d%d%d%d",&A,&B,&X,&Y,&t);
                         ^
Main.cc:7:28: error: ‘B’ was not declared in this scope
     scanf("%d%d%d%d%d",&A,&B,&X,&Y,&t);
                            ^
Main.cc:7:31: error: ‘X’ was not declared in this scope
     scanf("%d%d%d%d%d",&A,&B,&X,&Y,&t);
                               ^
Main.cc:7:34: error: ‘Y’ was not declared in this scope
     scanf("%d%d%d%d%d",&A,&B,&X,&Y,&t);
                                  ^
Main.cc:7:37: error: ‘t’ was not declared in this scope
     scanf("%d%d%d%d%d",&A,&B,&X,&Y,&t);
                                     ^
Main.cc:16:5: error: expected ‘}’ at end of input
     }
     ^