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
256893 Nguyễn Viết Hiến Số Catalan C/C++ Lỗi biên dịch (CE) 0 MS 0 KB 610 2023-10-29 19:46:55

Lỗi biên dịch:

Main.cc: In function ‘long long unsigned int tinhGiaiThua(int)’:
Main.cc:13:42: error: a function-definition is not allowed here before ‘{’ token
     unsigned long long tinhCatalan(int n){
                                          ^
Main.cc:17:12: error: a function-definition is not allowed here before ‘{’ token
 int main() {
            ^
Main.cc:29:1: error: expected ‘}’ at end of input
 }
 ^