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
599604 Nhan Huỳnh Lâm TÌM SỐ ƯỚC C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 346 2024-11-21 08:27:42

Lỗi biên dịch:

Main.cc: In function ‘ll tongGCD(int)’:
Main.cc:17:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
   17 | int main() {
      |         ^~
Main.cc:17:9: note: remove parentheses to default-initialize a variable
   17 | int main() {
      |         ^~
      |         --
Main.cc:17:9: note: or replace parentheses with braces to value-initialize a variable
Main.cc:17:12: error: a function-definition is not allowed here before ‘{’ token
   17 | int main() {
      |            ^
Main.cc:24:2: error: expected ‘}’ at end of input
   24 | }
      |  ^
Main.cc:8:19: note: to match this ‘{’
    8 | ll tongGCD(int n) {
      |                   ^
Main.cc:24:2: warning: control reaches end of non-void function [-Wreturn-type]
   24 | }
      |  ^