Problem gotoschool
User siqideng09
Submission Time 2023-11-10 14:11:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:16:10: error: ‘gifts’ was not declared in this scope
16 | cout << gifts[0];
| ^~~~~
gotoschool.cpp:18:31: error: ‘n’ was not declared in this scope
18 | for (long long i = 1; i < n; i++) {
| ^