摘要: 按位异或实现(利用了集合的思想,完美解决这个问题) 理解按位异或的意义 对两个二进制数异或表示,两个二进制数字相同则为0,不同则为1... 阅读全文
posted @ 2020-12-19 16:20 nepu_bin 阅读(41) 评论(0) 推荐(0)
摘要: #include "stdio.h"int main(){ char a[50],i; void reverse(char a[],... 阅读全文
posted @ 2020-12-19 15:13 nepu_bin 阅读(80) 评论(0) 推荐(0)