Problem | xmas |
---|---|
User | Johnnie |
Submission Time | 2023-06-14 15:31:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:12:3: error: ‘received’ was not declared in this scope; did you mean ‘recieved’?
12 | received[temp] = i + 1;
| ^~~~~~~~
| recieved
xmas.cpp:16:11: error: ‘received’ was not declared in this scope; did you mean ‘recieved’?
16 | cout << received[i] << endl;
| ^~~~~~~~
| recieved