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 | int a=f(P);
| ^
/in/foo.cc:16:14: error: expected ';' before '}' token
16 | cout<<(a%b)
| ^
| ;
17 | }
| ~
信息
- 递交者
- 类型
- 递交
- 题目
- P1090 菲波那契数的余数
- 语言
- C++
- 递交时间
- 2025-03-28 19:07:20
- 评测时间
- 2025-03-28 19:07:20
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes