Problem collectmushrooms6
User benji9736
Submission Time 2025-12-31 17:19:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:16:30: error: ‘R’ was not declared in this scope
16 | int r2 = min(R - 1, i + d);
| ^
collectmushrooms6.cpp:17:30: error: ‘C’ was not declared in this scope
17 | int c2 = min(C - 1, j + d);
| ^
collectmushrooms6.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
collectmushrooms6.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^