Compile Error

/in/foo.cc: In function 'long long int wdnmd(long long int)':
/in/foo.cc:9:14: error: 'x' cannot be used as a function
  return x(n-1)+x(n-2); 
              ^
/in/foo.cc:9:21: error: 'x' cannot be used as a function
  return x(n-1)+x(n-2); 
                     ^

信息

递交者
类型
递交
题目
P1233 2-4 攀登华山
语言
C++
递交时间
2023-11-11 17:30:15
评测时间
2023-11-11 17:30:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes