Problem | illuminate |
---|---|
User | placeholder |
Submission Time | 2025-06-11 16:47:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:14:3: error: ‘memset’ was not declared in this scope
14 | memset(a, 0, sizeof a);
| ^~~~~~
illuminate.cpp:4:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
3 | #include <iostream>
+++ |+#include <cstring>
4 | #include <string>