Problem fibo
User KCL
Submission Time 2026-02-20 11:17:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In member function ‘constexpr void Bignum::swap(Bignum&)’:
fibo.cpp:16:15: error: call to non-‘constexpr’ function ‘void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = long long unsigned int; _Alloc = std::allocator<long long unsigned int>]’
16 | parts.swap(other.parts);
| ~~~~~~~~~~^~~~~~~~~~~~~