Problem | poi |
---|---|
User | Justyn |
Submission Time | 2024-06-18 15:38:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
poi.cpp: In function ‘int main()’:
poi.cpp:37:6: error: ‘solved’ was not declared in this scope; did you mean ‘solves’?
37 | if(solved[i][2] == p)
| ^~~~~~
| solves
poi.cpp:38:11: error: ‘b’ was not declared in this scope
38 | cout << b[i][0] << ' ' << r << '\n';
| ^