Problem deciphering_zane_ex
User geometric
Submission Time 2023-04-06 15:54:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deciphering_zane_ex.cpp: In function ‘const char* jellybean(int)’:
deciphering_zane_ex.cpp:4:14: error: ‘NULL’ was not declared in this scope
4 | else return NULL;
| ^~~~
deciphering_zane_ex.cpp:2:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
1 | #include "deciphering_zane_ex.h"
+++ |+#include <cstddef>
2 | const char* jellybean(int T) {