Problem | boxispull |
---|---|
User | ansel |
Submission Time | 2024-12-11 13:09:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:10:33: error: ‘answers’ was not declared in this scope
10 | if ((x1-x2)*(y1-y2)==0) answers[i]=abs(x1-x2+y1-y2);
| ^~~~~~~
boxispull.cpp:15:16: error: ‘answers’ was not declared in this scope
15 | for(int i: answers){
| ^~~~~~~