#pragma once
#include
Copyright By PowCoder代写 加微信 powcoder
typedef struct {
uint64_t moves;
uint64_t compares;
int cmp(Stats *stats, uint32_t x, uint32_t y);
uint32_t move(Stats *stats, uint32_t x);
void swap(Stats *stats, uint32_t *x, uint32_t *y);
void reset(Stats *stats);
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com