Time Exceeded
foo.cc: In function 'void solve()':
foo.cc:13:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if (n = 0||n==1) {
~~^~~~~~~~~
foo.cc:19:11: warning: iteration 9223372036854775805 invokes undefined behavior [-Waggressive-loop-optimizations]
while (n--) {
~^~
foo.cc:19:11: note: within this loop
while (n--) {
^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 斐波那契(Round 1)
- 语言
- C++
- 递交时间
- 2021-01-27 13:43:03
- 评测时间
- 2021-01-27 21:23:33
- 评测机
- 分数
- 10
- 总耗时
- ≥13445ms
- 峰值内存
- ≥408.0 KiB