| Problem | fibo |
|---|---|
| User | Unmastered321 |
| Submission Time | 2026-03-25 15:42:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:18:2: error: ‘memset’ was not declared in this scope
18 | memset(f, -1, sizeof(f));
| ^~~~~~
fibo.cpp:4:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
3 | #include <algorithm>
+++ |+#include <cstring>
4 | using namespace std;