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