Problem | rmaxq |
---|---|
User | louisleehi |
Submission Time | 2023-02-03 22:03:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rmaxq.cpp: In function ‘int main()’:
rmaxq.cpp:67:6: error: ‘i’ was not declared in this scope
67 | FOR(i,0,N-1)cin>>A[i];
| ^
rmaxq.cpp:67:2: error: ‘FOR’ was not declared in this scope
67 | FOR(i,0,N-1)cin>>A[i];
| ^~~