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