| Problem | magiccarps |
|---|---|
| User | Emma167 |
| Submission Time | 2026-06-24 16:11:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
magiccarps.cpp: In function ‘int main()’:
magiccarps.cpp:16:25: error: ‘N’ was not declared in this scope
16 | for (int i = 0; i < N; i++){
| ^
magiccarps.cpp:20:26: error: ‘J’ was not declared in this scope
20 | score += J[i] * (E[j] + E[k]);
| ^
magiccarps.cpp:20:34: error: ‘E’ was not declared in this scope
20 | score += J[i] * (E[j] + E[k]);
| ^