| Problem | medianstring |
|---|---|
| User | 7Janish7 |
| Submission Time | 2025-10-12 18:47:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
medianstring.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin >> N;
| ^~~
| sin
medianstring.cpp:6:8: error: array bound is not an integer constant before ‘]’ token
6 | int I[N];
| ^
medianstring.cpp:8:1: error: expected unqualified-id before ‘for’
8 | for (int i = 0, i < N, i++){
| ^~~
medianstring.cpp:11:1: error: ‘cout’ does not name a type
11 | cout << I[K];
| ^~~~