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
268435 Kiều Đức Phúc Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 445 2023-11-18 20:12:51

Lỗi biên dịch:

Main.cc:7:1: error: expected initializer before ‘double’
 double approximatePi(int n) {
 ^~~~~~
Main.cc: In function ‘int main()’:
Main.cc:23:21: error: ‘approximatePi’ was not declared in this scope
     double result = approximatePi(n);
                     ^~~~~~~~~~~~~
Main.cc:25:22: error: ‘setprecision’ was not declared in this scope
     cout << fixed << setprecision(5) << result << endl;
                      ^~~~~~~~~~~~