Problem gift
User blob
Submission Time 2023-11-10 15:46:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gift.cpp: In function ‘int main()’:
gift.cpp:6:10: error: ‘a’ was not declared in this scope
6 | int arr[a]; cin >> arr[a]
| ^
gift.cpp:6:21: error: ‘arr’ was not declared in this scope
6 | int arr[a]; cin >> arr[a]
| ^~~
gift.cpp:7:16: error: ‘t’ was not declared in this scope
7 | for (int t =0;t<k;t++){
| ^