Problem | contestcalc |
---|---|
User | innerspace777 |
Submission Time | 2024-05-16 12:47:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int find(std::string*, int, std::string)’:
contestcalc.cpp:4:46: error: ‘A’ was not declared in this scope
4 | return std::distance(arr, std::find(arr, A + len, seek));
| ^