Problem | assistance |
---|---|
User | spambot696969 |
Submission Time | 2024-08-01 15:40:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
assistance.cpp: In function ‘int main()’:
assistance.cpp:9:6: error: scalar object ‘arr’ requires one element in initializer
9 | int arr = {a, b, c, d, e};
| ^~~
assistance.cpp:12:22: error: ‘n’ was not declared in this scope
12 | for (int i = 0; i < n; i++){
| ^