Problem | chokolit |
---|---|
User | ilikeeggs |
Submission Time | 2025-02-18 08:49:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chokolit.cpp: In function ‘int main()’:
chokolit.cpp:26:15: error: ‘i’ was not declared in this scope
26 | cout << p[i] + x[j];
| ^
chokolit.cpp:26:22: error: ‘j’ was not declared in this scope
26 | cout << p[i] + x[j];
| ^