Problem mushroomfarm
User ForgottenDragon
Submission Time 2026-02-14 14:02:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mushroomfarm.cpp: In function ‘int main()’:
mushroomfarm.cpp:73:26: error: ‘i’ was not declared in this scope
73 | for (int d = 0; d < R; i++) {
| ^
mushroomfarm.cpp:74:27: error: ‘j’ was not declared in this scope
74 | for (int u = 0; u < C; j++) {
| ^