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
599832 Trần Nguyên Vũ TÌM SỐ ƯỚC C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 301 2024-11-21 09:21:48

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:16:2: error: expected ‘while’ at end of input
   16 | }
      |  ^
Main.cc:16:2: error: expected ‘(’ at end of input
   16 | }
      |  ^
      |  (
Main.cc:16:2: error: expected primary-expression at end of input
Main.cc:16:2: error: expected ‘)’ at end of input
   16 | }
      |  ^
      |  )
Main.cc:16:2: error: expected ‘;’ at end of input
   16 | }
      |  ^
      |  ;
Main.cc:16:2: error: expected ‘}’ at end of input
Main.cc:6:12: note: to match this ‘{’
    6 | int main() {
      |            ^
Main.cc:9:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    9 |         scanf("%d",&n);
      |         ~~~~~^~~~~~~~~