Problem | medianstring |
---|---|
User | blob |
Submission Time | 2023-11-10 15:26:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianstring.cpp: In function ‘int main()’:
medianstring.cpp:6:14: error: ‘N’ was not declared in this scope
6 | int numbers[N];
| ^
medianstring.cpp:8:11: error: ‘numbers’ was not declared in this scope
8 | cin >> numbers [i];
| ^~~~~~~
medianstring.cpp:10:15: error: ‘numbers’ was not declared in this scope
10 | int median = numbers[N/2]
| ^~~~~~~