1007只通过了%50 摘要:```cpp #include using namespace std; int main() {long long x,y; cin>>x; if(x=1&&x…… 文章列表 2019年12月10日 0 点赞 0 评论 281 浏览 评分:0.0
题目1046代码自用 摘要: #题目1046代码自用 ``` #include int n[1000],b[1000]; int m,a; void runs() { int i; for(i=0;i…… 文章列表 2019年12月10日 0 点赞 0 评论 874 浏览 评分:9.9
我的第1046题 摘要: ``` #include void main() { int a[100],n,i,m,b[100],j,t; scanf("%d",&n); for(i=0…… 文章列表 2019年12月10日 0 点赞 0 评论 547 浏览 评分:0.0
自用1045代码 摘要:# 我的1045 ``` #include int a[10],i; void funs() { for(i=0;i…… 文章列表 2019年12月10日 0 点赞 0 评论 408 浏览 评分:9.9
猴子分香蕉(2018年第九届蓝桥杯省赛第二题) 摘要:```java /** * 标题:猴子分香蕉 5只猴子是好朋友,在海边的椰子树上睡着了。这期间,有商船把一大堆香蕉忘记在沙滩上离去。 第1只猴子醒来,把香蕉均分成5堆,还剩下1个,就吃掉…… 文章列表 2019年12月10日 0 点赞 0 评论 2161 浏览 评分:9.9
1003题为什么我这个通不过呢??? 摘要: #include using namespace std; int main() { int n; cin>>n; char S[n]; char c; int…… 文章列表 2019年12月09日 0 点赞 0 评论 261 浏览 评分:0.0
Python开发工具IDLE的入门教程(含下载地址) 摘要:Python不得不学呀,顺便预告一下,C语言网Python教程也即将上线了,大家敬请期待! 下面介绍一下Python的官方开发工具:IDLE 先给大家下载地址见:链接:https://pa…… 文章列表 2019年12月09日 0 点赞 0 评论 1748 浏览 评分:9.0
我的第1036题 摘要:**C语言中的宏允许带有参数,包含形参和实参,在宏定义中的参数称为形式参数,在宏调用中的参数称为实际参数,无参宏的宏名后不带参数,其定义的一般形式为:** >#define 标识符 字符串; …… 文章列表 2019年12月09日 0 点赞 0 评论 469 浏览 评分:0.0
问题 1030:二维数组的转置(c语言)非常简单! 摘要:#include #include int zxc(int q[3][3]) { int e,r,t=0; for(e=0;e…… 文章列表 2019年12月07日 0 点赞 0 评论 544 浏览 评分:9.9
我的第1031题 摘要:# 使用puts输出的时候,当puts遇到'\0'的时候,才会输出,否则会出现乱码,所以添加b[j]='\0', ## 本题之所以有50%的格式错误,是输出时要注意空格 ``` #include…… 文章列表 2019年12月05日 0 点赞 0 评论 363 浏览 评分:0.0