Problem | swords |
---|---|
User | tanish |
Submission Time | 2024-01-11 15:17:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:24:28: error: ‘a’ was not declared in this scope
24 | arrayAD[2*i] = a;
| ^
swords.cpp:25:30: error: ‘d’ was not declared in this scope
25 | arrayAD[2*i+1] = d;
| ^