当前位置:网站首页>7.8(6)
7.8(6)
2022-08-03 05:11:00 【tt142】
今天只是看了几个关于分支循环的小题,效率奇低,主要是心情很差,境界不高不能真正两耳不闻窗外事
会打印闰年,素数,公约数,倍数,从大到小打印数字
int main()
{
int a = 0;
for(a=100;a<=200;a++)
{
int j = 0;
for(j=2,j<=sqrt(a);j+=2)
{
if(a%j == 0)
{
break;
}
}
if(j > sqrt(a))
{
printf("%d ",a)
}
}
return 0;
}
边栏推荐
- 1095 解码PAT准考证 (25 分)(C语言)
- 1094 谷歌的招聘 (20 分)
- -查找数-
- 1069 微博转发抽奖 (20 分)(C语言)
- 1089 狼人杀-简单版 (20 分)
- Odps temporary query can write SQL, turned out to a named?
- Talking about GIS Data (6) - Projected Coordinate System
- 13.
lt.647. Palindromic substring + lt.516. Longest palindrome subsequence - 【Flask】Flask-SQLAlchemy的增删改查(CRUD)操作
- 1060 爱丁顿数 (25 分)
猜你喜欢
VR全景展打造专属元宇宙观展空间
VSO Downloader Ultimate 5.0.1.45 中文多语免费版 在线视频下载工具
web安全-SSTI模板注入漏洞
Detailed explanation of MOSN reverse channel
typescript41-class类的私有修饰符
typescript45-接口之间的兼容性
曲线特征----曲线弯曲程度的探究
High availability, two locations and three centers
Talking about GIS Data (6) - Projected Coordinate System
Ali cloud object storage oss private barrels to generate links
随机推荐
曲线特征----曲线弯曲程度的探究
High availability, two locations and three centers
typescript47-函数之间的类型兼容性
判断回文数
Pr第四次培训笔记
typescript41-class类的私有修饰符
presto安装部署教程
反射注解基础
Detailed explanation of MOSN reverse channel
1058 选择题 (20 分)(C语言)
第三次HarmonyOS培训
Js学习笔记(四)
PotPlayer实现上班摸鱼电视自由
The problem that the rosbag tool plotjuggler cannot open rosbag
1059 C语言竞赛 (20 分)(C语言)
dataframe插入一列
IO process thread -> thread -> day5
[Harmony OS] [ARK UI] ETS context basic operations
传说中可“免费白拿”的无线路由器 - 斐讯 K2 最简单刷 breed 与第三方固件教程
js实现一个 bind 函数