| Problem | fibo |
|---|---|
| User | w1gglya3hh |
| Submission Time | 2026-03-26 10:24:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘constexpr uint64_t fibo_out(uint64_t)’:
fibo.cpp:21:37: error: call to non-‘constexpr’ function ‘std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(std::basic_ostream<_CharT, _Traits>::__ostream_type& (*)(std::basic_ostream<_CharT, _Traits>::__ostream_type&)) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_ostream<_CharT, _Traits>::__ostream_type = std::basic_ostream<char>]’
21 | std::cout << i % 998244353 << std::endl;
| ^~~~