Problem soccer
User gohchingjayk
Submission Time 2026-05-19 16:12:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

soccer.cpp: In function ‘int biggest_stadium(int, std::vector<std::vector<int> >)’:
soccer.cpp:28:21: error: ‘i’ was not declared in this scope
28 | return N * N - min(i+1, N-i) * min(j+1, N-j);
| ^
soccer.cpp:28:37: error: ‘j’ was not declared in this scope
28 | return N * N - min(i+1, N-i) * min(j+1, N-j);
| ^