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
269379 Võ Trần Đăng Khoa Số PI C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 477 2023-11-18 21:25:31

Lỗi biên dịch:

Main.cc: In function ‘int main()’:
Main.cc:10:11: error: expected primary-expression before ‘%’ token
     scanf(%lf, &a);
           ^
Main.cc:10:12: error: ‘lf’ was not declared in this scope
     scanf(%lf, &a);
            ^~
Main.cc:15:15: error: ‘n’ was not declared in this scope
     while(tg>=n){
               ^