Problem poi
User Esan
Submission Time 2024-06-18 15:11:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poi.cpp: In function ‘int main()’:
poi.cpp:22:30: error: expected ‘;’ at end of input
22 | for (int i = 0; i < N
| ~^
| ;
poi.cpp:22:29: error: expected primary-expression at end of input
22 | for (int i = 0; i < N
| ^
poi.cpp:22:30: error: expected ‘)’ at end of input
22 | for (int i = 0; i < N
| ~ ~^
| )
poi.cpp:22:29: error: expected statement at end of input
22 | for (int i = 0; i < N
| ^
poi.cpp:22:29: error: expected ‘}’ at end of input
poi.cpp:20:33: note: to match this ‘{’
20 | for (int j = 0; j < T; j++) {
| ^
poi.cpp:22:29: error: expected ‘}’ at end of input
22 | for (int i = 0; i < N
|