| Problem | poi | 
|---|---|
| User | JcYong | 
| Submission Time | 2024-06-18 15:41: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: condition declares an array
   28 |   if(int b[i][2] == p)
      |          ^
poi.cpp:29:12: error: ‘b’ was not declared in this scope
   29 |    cout << b[i][0] << ' ' << r << '\n';
      |            ^