| Problem | competition |
|---|---|
| User | carson |
| Submission Time | 2025-05-09 21:32:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:22:22: error: request for member ‘second’ in ‘i’, which is of non-class type ‘int’
22 | b_sum += bio[dif[i.second]];
| ^~~~~~
competition.cpp:25:22: error: request for member ‘second’ in ‘i’, which is of non-class type ‘int’
25 | p_sum += phy[dif[i.second]];
| ^~~~~~