Problem deciphering_zane_4
User bribritt
Submission Time 2024-01-01 00:04:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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