| Problem | magiccarps |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-07 17:39:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
magiccarps.cpp: In function ‘int main()’:
magiccarps.cpp:15:9: error: ‘k’ was not declared in this scope
15 | for (k = j+1; k < a; k++)
| ^
magiccarps.cpp:22:8: error: ‘curr’ was not declared in this scope
22 | cout<<curr;
| ^~~~