大连交通大学五年制C语言试卷九 考试笔记 摘要:4.假定有以下变量定义:int k=7,x=12;则能使值为3的表达式是(A)。A.(x%=k)-(k%=5) //(x=x%k)-(k=k%5)=5-2=3B.x…… 文章列表 2023年03月24日 0 点赞 0 评论 113 浏览 评分:0.0
蓝桥杯历届试题-数字游戏 摘要:#include<iostream>#include<cmath>using&nbsp;namespace&nbsp;std;long&nbsp;lon…… 文章列表 2023年03月24日 0 点赞 0 评论 60 浏览 评分:0.0
题目1454:蓝桥杯历届试题-蚂蚁感冒 摘要:#include<iostream>#include<cmath>using&nbsp;namespace&nbsp;std;int&nbsp;main…… 文章列表 2023年03月24日 0 点赞 0 评论 39 浏览 评分:0.0
1,2,3,4四个数字,能组成多少个值不同切每位数字不重复的三位数,打印出来 摘要:```cintmain(){intx=0,y=0,z=0;intb[100]={0};//存储符合条件的三位数intk=0;//b数组的下标intsum=0;//三个数组成的值intsz=0;//符合…… 文章列表 2023年03月24日 0 点赞 0 评论 81 浏览 评分:0.0
蓝桥杯2013年第四届真题-错误票据 摘要:#include<iostream>#include<cmath>using&nbsp;namespace&nbsp;std;int&nbsp;main…… 文章列表 2023年03月24日 0 点赞 0 评论 28 浏览 评分:0.0
2022年第十三届蓝桥杯大赛软件类省赛C/C++大学A组真题 求和 摘要:#include<iostream>#include<cmath>using&nbsp;namespace&nbsp;std;int&nbsp;main…… 文章列表 2023年03月24日 0 点赞 0 评论 69 浏览 评分:0.0
进制数的转换 摘要:```c任意进制转十进制#includeintmain(){intx,p;//x输入数字p该数的进制数scanf("%d",&x);scanf("%d"…… 文章列表 2023年03月24日 0 点赞 0 评论 84 浏览 评分:0.0
大连交通大学五年制C语言试卷七 考试笔记 摘要:2.下列程序段的输出结果为()。float&nbsp;k=0.8567;printf("%4.1f%%",k*100);结果:85.7%&nbsp;//进一位保留一…… 文章列表 2023年03月31日 0 点赞 0 评论 183 浏览 评分:0.0
巴什博弈变形题通解 摘要:代码通过洛谷p4018所编写通解只适用于数据比较小的该类型题目该代码只能通过洛谷p401830%其他的会超时#include<bits/stdc++.h>using&nbsp;na…… 文章列表 2023年04月20日 0 点赞 0 评论 74 浏览 评分:0.0
求特殊自然数 摘要:publicclassMain{&nbsp;&nbsp;publicstaticvoidmain(String[]args){&nbsp;&nbsp;&nbsp…… 文章列表 2023年04月26日 0 点赞 0 评论 68 浏览 评分:0.0