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
269014 Nhan Huỳnh Lâm Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 331 2023-11-18 20:52:58

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:16:35: warning: format ‘%lf’ expects argument of type ‘double’, but argument 2 has type ‘int’ [-Wformat=]
  printf("%0.5lf\n", count, sum * 4);
                                   ^
Main.cc:16:35: warning: too many arguments for format [-Wformat-extra-args]
Main.cc:17:2: error: ‘reurn’ was not declared in this scope
  reurn 0;    
  ^~~~~
Main.cc:17:2: note: suggested alternative: ‘rewind’
  reurn 0;    
  ^~~~~
  rewind