Problem | xmas |
---|---|
User | itchydeez |
Submission Time | 2023-12-13 12:44:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for (i=0;i<n;i++){
| ^
xmas.cpp:12:7: error: ‘j’ was not declared in this scope
12 | for (j=0;j<n;j++){
| ^