Problem | medianstring |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-13 14:43:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianstring.cpp: In function ‘int main()’:
medianstring.cpp:13:6: error: no match for call to ‘(std::vector<int>) (int&)’
13 | A(i)=x;
| ^
medianstring.cpp:15:14: error: ‘x’ was not declared in this scope
15 | cout<<A.at((x+1)/2));
| ^