Compile Error
/in/foo.cc:4:7: error: 'n' was not declared in this scope
    4 | int f(n){
      |       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:14:12: error: 'f' cannot be used as a function
   14 |   cout<<f(P)%(2^K)<<endl;
      |            ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1090 菲波那契数的余数
- 语言
- C++
- 递交时间
- 2025-03-28 19:05:31
- 评测时间
- 2025-03-28 19:05:31
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes