# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1179494 | GoBananas69 | Arranging Shoes (IOI19_shoes) | C++20 | 0 ms | 0 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);
// }