| Problem | guessproblem4_ex |
|---|---|
| User | jmuzhen |
| Submission Time | 2024-02-27 14:13:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessproblem4_ex.cpp: In function ‘const char* solve(int)’:
guessproblem4_ex.cpp:10:13: error: request for member ‘size’ in ‘xd’, which is of non-class type ‘const char* [16]’
10 | if (T < xd.size()) {
| ^~~~