| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1317135 | belmostefa | Arranging Shoes (IOI19_shoes) | C++20 | 0 ms | 0 KiB |
int64_t count_swaps(int s[]){
if(s[0]<0){
return 0;
}else{
return 1;
}
}
| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1317135 | belmostefa | Arranging Shoes (IOI19_shoes) | C++20 | 0 ms | 0 KiB |