| Problem | xmas |
|---|---|
| User | jiazethesigma |
| Submission Time | 2025-12-02 20:04:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:9:2: error: expected initializer before ‘for’
9 | for(int i=0;i<n;i++) {
| ^~~
xmas.cpp:9:14: error: ‘i’ was not declared in this scope
9 | for(int i=0;i<n;i++) {
| ^
xmas.cpp:14:9: error: ‘x’ was not declared in this scope
14 | cout<<x[i];
| ^