Wrong Answer
foo.cc: In function 'int main()':
foo.cc:23:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
23 | else
| ^~~~
foo.cc:27:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
27 | return 0;
| ^~~~~~
foo.cc:11:12: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
11 | scanf("%d", &n);
| ~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1087 数组--斐波那契
- 语言
- C++
- 递交时间
- 2022-07-19 18:57:30
- 评测时间
- 2022-07-19 18:57:30
- 评测机
- 分数
- 0
- 总耗时
- 4ms
- 峰值内存
- 384.0 KiB