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
14422 Huỳnh Trung Hậu Số nguyên không âm đẹp C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 449 2022-12-29 22:23:20

Lỗi biên dịch:

Main.c: In function ‘main’:
Main.c:25:2: error: expected declaration or statement at end of input
  return 0;
  ^~~~~~
Main.c:6:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ^~~~~~~~~~~~~~~
Main.c:9:32: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
   for (int j = 0; j <= 1; j++) scanf("%d", &a[i][j]);
                                ^~~~~~~~~~~~~~~~~~~~~