| Problem | xmas |
|---|---|
| User | foodaholic |
| Submission Time | 2025-02-01 15:50:32 |
| 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: ‘vecotr’ was not declared in this scope
9 | vecotr <long long> gift (n);
| ^~~~~~
xmas.cpp:9:10: error: expected primary-expression before ‘long’
9 | vecotr <long long> gift (n);
| ^~~~
xmas.cpp:13:3: error: ‘gift’ was not declared in this scope
13 | gift[choice[i]-1] = i+1;
| ^~~~