Problem | guessproblem4 |
---|---|
User | bribritt |
Submission Time | 2023-04-08 12:19:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem4.cpp: In function ‘const char* solve(int)’:
guessproblem4.cpp:4:9: error: ‘NULL’ was not declared in this scope
4 | return NULL;
| ^~~~
guessproblem4.cpp:2:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
1 | #include "guessproblem4.h"
+++ |+#include <cstddef>
2 | const char* solve(int T) {