Submission #1179494

#TimeUsernameProblemLanguageResultExecution timeMemory
1179494GoBananas69Arranging Shoes (IOI19_shoes)C++20
Compilation error
0 ms0 KiB
#include <algorithm> #include <iostream> #include <vector> using namespace std; typedef long long ll; ll count_swaps(int[] s){ return 0; } // signed main() { // cin.tie(0)->sync_with_stdio(0); // }

Compilation message (stderr)

shoes.cpp:7:22: error: expected ',' or '...' before 's'
    7 | ll count_swaps(int[] s){
      |                      ^