| Problem | minimum |
|---|---|
| User | Andrew |
| Submission Time | 2024-10-29 16:29:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:12:21: error: request for member ‘length’ in ‘A[i]’, which is of non-class type ‘int’
12 | p[i].first = A[i].length();
| ^~~~~~