| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1303725 | JahonaliX | Arranging Shoes (IOI19_shoes) | C++20 | 0 ms | 0 KiB |
#include "shoes.h"
long long count_swaps(std::vector<int> s) {
long long n = s.size()
return n * n;
}
| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1303725 | JahonaliX | Arranging Shoes (IOI19_shoes) | C++20 | 0 ms | 0 KiB |