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
268024 Nguyễn Vương Vũ Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 193 2023-11-18 19:44:00

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:8:5: error: expected initializer before ‘cin’
     cin >> n;
     ^~~
Main.cc:9:21: error: ‘n’ was not declared in this scope
         float pi =  n / 3,14;
                     ^
Main.cc:9:21: note: suggested alternative: ‘yn’
         float pi =  n / 3,14;
                     ^
                     yn
Main.cc:10:5: error: ‘cout’ was not declared in this scope
     cout << pi;
     ^~~~
Main.cc:10:5: note: suggested alternative: ‘cosl’
     cout << pi;
     ^~~~
     cosl