| Problem | fibo |
|---|---|
| User | w1gglya3hh |
| Submission Time | 2026-03-26 10:21:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:16: error: ‘uint64’ in namespace ‘std’ does not name a type
4 | constexpr std::uint64)t
| ^~~~~~
fibo.cpp: In function ‘constexpr uint64_t fibo_out(uint64_t)’:
fibo.cpp:17:35: error: ‘fibo’ was not declared in this scope
17 | const auto i = fibo_out(N - 1) + fibo(N - 2);
| ^~~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:27:15: error: ‘fibo’ was not declared in this scope
27 | std::cout << fibo(N) % 998244353 << '\n';
| ^~~~