06 2022 档案

摘要:代码: #include <stdio.h> int main() { int i,n,x,j,k,q; scanf("%d",&n); n=n+1; while(n>=1048576){ printf("%s","n is too large\n"); scanf("%d",&n); } int 阅读全文
posted @ 2022-06-09 14:41 张灯结彩,潇潇暮雨 阅读(37) 评论(0) 推荐(0) 编辑
摘要:代码 main.c #include<stdio.h> #include"utils.h" int main(){ int p; char bytearr[100]; printf("please input\n"); scanf("%d",&p); printf("change int to ch 阅读全文
posted @ 2022-06-02 15:28 张灯结彩,潇潇暮雨 阅读(43) 评论(0) 推荐(0) 编辑
摘要:代码如下: main.c #include<stdio.h> #include"utils.h" int main(){ char ba[100]; char bs[100]; printf("input ByteArr:\n"); scanf("%s",ba); ByteArr2BitStr(ba 阅读全文
posted @ 2022-06-02 15:05 张灯结彩,潇潇暮雨 阅读(42) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示