Problem guessproblem4
User AlphanumericUsername
Submission Time 2023-04-08 09:25:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem4.cpp: In function ‘const char* solve(int)’:
guessproblem4.cpp:5:8: error: ‘t’ was not declared in this scope
5 | if(t==1) return NULL;
| ^