Problem | gota |
---|---|
User | STanishka31 |
Submission Time | 2025-06-18 11:09:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘int main()’:
gota.cpp:9:17: error: ‘b’ was not declared in this scope
9 | int numbers[b];
| ^
gota.cpp:12:16: error: ‘numbers’ was not declared in this scope
12 | cin >> numbers[count];
| ^~~~~~~
gota.cpp:16:12: error: ‘numbers’ was not declared in this scope
16 | if(numbers[count] ==a )(
| ^~~~~~~