这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《迷惑:memcmp方式,样例和对拍过,提交不过》回复:
通过内存比较数据大小@[liuruichen114514](luogu://user/1398531)
``` #include using namespace std; typedef struct __packed { int zf,cm,maxcm,xh; }cj; int cmp(const void *a, const void *b){ return memcmp(a,b,3*sizeof(int))>0 ?…