Problem | gift |
---|---|
User | blob |
Submission Time | 2023-11-10 15:46:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gift.cpp: In function ‘int main()’:
gift.cpp:7:27: error: expected ‘;’ before ‘for’
7 | int arr[a]; cin >> arr[a]
| ^
| ;
8 | for (int t =0;t<k;t++){
| ~~~
gift.cpp:8:16: error: ‘t’ was not declared in this scope
8 | for (int t =0;t<k;t++){
| ^