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
318609 Dương Thành Đạt CHẤM ĐIỂM TRẮC NGHIỆM C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 542 2023-12-14 17:20:22

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
    8 | int main()
      |         ^~
Main.cc:8:9: note: remove parentheses to default-initialize a variable
    8 | int main()
      |         ^~
      |         --
Main.cc:8:9: note: or replace parentheses with braces to value-initialize a variable
Main.cc:9:1: error: a function-definition is not allowed here before ‘{’ token
    9 | {
      | ^