Problem | collectmushrooms6 |
---|---|
User | chisim |
Submission Time | 2023-02-15 21:28:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:59:16: error: ‘i’ was not declared in this scope
59 | if (sprink[i].x < sprinkminx) sprinkminx = sprinkroom[i].x;
| ^
collectmushrooms6.cpp:59:48: error: ‘sprinkroom’ was not declared in this scope
59 | if (sprink[i].x < sprinkminx) sprinkminx = sprinkroom[i].x;
| ^~~~~~~~~~
collectmushrooms6.cpp:60:16: error: ‘i’ was not declared in this scope
60 | if (sprink[i].x > sprinkmaxx) sprinkmaxx = sprinkroom[i].x;
| ^
collectmushrooms6.cpp:60:48: error: ‘sprinkroom’ was not declared in this scope
60 | if (sprink[i].x > sprinkmaxx) sprinkmaxx = sprinkroom[i].x;
| ^~~~~~~~~~
collectmushrooms6.cpp:61:16: error: ‘i’ was not declared in this scope
61 | if (sprink[i].y < sprinkminy) sprinkmin