Compile Error
/in/foo.cc:41:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
/in/foo.cc:41:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:44:5: error: redefinition of 'int main()'
int main(){
^~~~
/in/foo.cc:4:5: note: 'int main()' previously defined here
int main(){
^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 费波那契数列
- 语言
- C++
- 递交时间
- 2018-05-27 11:04:48
- 评测时间
- 2018-05-27 11:04:48
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes