题目 1446代码自用 摘要:# 题目 1446代码自用 ``` #include int main () { int x,y,z,m,n,c,k; scanf("%d%d%d",&x,&y,&c); if…… 文章列表 2019年12月10日 0 点赞 0 评论 918 浏览 评分:0.0
1009为什么格式错误??? 摘要:```cpp #include using namespace std; int main() { int num; int size; int ge,shi,bai,qian,wan;…… 文章列表 2019年12月10日 0 点赞 0 评论 468 浏览 评分:0.0
1007只通过了%50 摘要:```cpp #include using namespace std; int main() {long long x,y; cin>>x; if(x=1&&x…… 文章列表 2019年12月10日 0 点赞 0 评论 522 浏览 评分: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 评论 1345 浏览 评分: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 评论 749 浏览 评分:0.0
自用1045代码 摘要:# 我的1045 ``` #include int a[10],i; void funs() { for(i=0;i…… 文章列表 2019年12月10日 0 点赞 0 评论 673 浏览 评分:9.9
猴子分香蕉(2018年第九届蓝桥杯省赛第二题) 摘要:```java /** * 标题:猴子分香蕉 5只猴子是好朋友,在海边的椰子树上睡着了。这期间,有商船把一大堆香蕉忘记在沙滩上离去。 第1只猴子醒来,把香蕉均分成5堆,还剩下1个,就吃掉…… 文章列表 2019年12月10日 0 点赞 0 评论 2489 浏览 评分:9.9
1003题为什么我这个通不过呢??? 摘要: #include using namespace std; int main() { int n; cin>>n; char S[n]; char c; int…… 文章列表 2019年12月09日 0 点赞 0 评论 463 浏览 评分:0.0
Python开发工具IDLE的入门教程(含下载地址) 摘要:Python不得不学呀,顺便预告一下,C语言网Python教程也即将上线了,大家敬请期待! 下面介绍一下Python的官方开发工具:IDLE 先给大家下载地址见:链接:https://pa…… 文章列表 2019年12月09日 0 点赞 0 评论 2293 浏览 评分:9.0
我的第1036题 摘要:**C语言中的宏允许带有参数,包含形参和实参,在宏定义中的参数称为形式参数,在宏调用中的参数称为实际参数,无参宏的宏名后不带参数,其定义的一般形式为:** >#define 标识符 字符串; …… 文章列表 2019年12月09日 0 点赞 0 评论 732 浏览 评分:0.0