| Problem | fibo |
|---|---|
| User | Keira |
| Submission Time | 2026-02-17 16:08:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/numeric:62,
from fibo.cpp:3:
/usr/include/c++/9/bits/stl_numeric.h: In instantiation of ‘_Tp std::accumulate(_InputIterator, _InputIterator, _Tp) [with _InputIterator = int; _Tp = int]’:
fibo.cpp:22:43: required from here
/usr/include/c++/9/bits/stl_numeric.h:139:41: error: invalid type argument of unary ‘*’ (have ‘int’)
139 | __init = _GLIBCXX_MOVE_IF_20(__init) + *__first;
| ^~~~~~~~