| Problem | poi | 
|---|---|
| User | JcYong | 
| Submission Time | 2024-06-18 15:43:53 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 poi.cpp: In function ‘int main()’:
poi.cpp:28:10: error: invalid types ‘int[int]’ for array subscript
   28 |   if( b[i][2] == p)
      |          ^
poi.cpp:29:15: error: invalid types ‘int[int]’ for array subscript
   29 |    cout << b[i][0] << ' ' << r << '\n';
      |               ^