- 博客(2)
- 收藏
- 关注
原创 c语言入门翁恺-第七周第一题也太坑了
我tm想了好几个小时,浪费我这么多时间,就因为题目不说清楚。0 00 0得输出01 10 00 0得输出x,+-1不能输出1.真他奶奶地坑。#include <stdio.h>int main (){ int a,b,i,max; int c[101]={0}; int flag=0; max=1; while(1) { sca...
2020-04-18 01:50:09
180
原创 第一次发文章,多多指教
翁恺C语言入门的课后习题8.1#include <stdio.h>#include <stdlib.h>#include <string.h>int main(){ char str[1000];gets(str);int i;int count=0;int flag=0;for(i=0;str[i]!='\0';i++){ if...
2020-04-17 22:22:47
124
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人