Problem | fibo |
---|---|
User | TDSHSalvador |
Submission Time | 2023-12-23 13:50:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:20:31: error: ‘modu’ was not declared in this scope; did you mean ‘modf’?
20 | nextTerm = nextTerm % modu;
| ^~~~
| modf