Submission #331048

#TimeUsernameProblemLanguageResultExecution timeMemory
331048shihan04Arranging Shoes (IOI19_shoes)C++14
Compilation error
0 ms0 KiB
long long count_swaps(vector <int> v){ return v.size()/2; }

Compilation message (stderr)

shoes.cpp:1:23: error: 'vector' was not declared in this scope
    1 | long long count_swaps(vector <int> v){
      |                       ^~~~~~
shoes.cpp:1:31: error: expected primary-expression before 'int'
    1 | long long count_swaps(vector <int> v){
      |                               ^~~