| Problem | duckhunt19 |
|---|---|
| User | benji9736 |
| Submission Time | 2025-11-24 13:18:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt19.cpp: In function ‘int main()’:
duckhunt19.cpp:24:13: error: request for member ‘length’ in ‘left’, which is of non-class type ‘long long unsigned int [0]’
24 | if (left.length() >= right.length()){
| ^~~~~~
duckhunt19.cpp:24:31: error: request for member ‘length’ in ‘right’, which is of non-class type ‘long long unsigned int [0]’
24 | if (left.length() >= right.length()){
| ^~~~~~