Problem magiccarps
User dev1634
Submission Time 2023-02-01 16:40:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

magiccarps.cpp: In function ‘int main()’:
magiccarps.cpp:9:23: error: ‘n’ was not declared in this scope
9 | for (int a = 0; a < n; a++) {
| ^
magiccarps.cpp:13:23: error: ‘n’ was not declared in this scope
13 | for (int b = 0; b < n; b++) {
| ^