当前位置:网站首页>Isomorphic C language
Isomorphic C language
2022-07-07 08:53:00 【Please Sit Down】
find 1 to 99 All isomorphic numbers between .
Isomorphic numbers are a group of numbers : It appears to the right of the square .
for example ,5 yes 25 The number on the right ,25 yes 625 The number on the right ,5 and 25 It's an isomorphic number .
int main(){
int i;
for(i=1;i<100;i++)
if(i*i%10==i||i*i%100==i)
printf("%3d",i);
return 0;
}边栏推荐
- [Yugong series] February 2022 U3D full stack class 008 - build a galaxy scene
- Shell script for changing the current folder and the file date under the folder
- [Yugong series] February 2022 U3D full stack class 005 unity engine view
- Recommended by Alibaba P8, the test coverage tool - Jacobo is very practical
- GoLand set goproxy
- Tronapi-波场接口-源码无加密-可二开--附接口文档-基于ThinkPHP5封装-作者详细指导-2022年7月6日-新手快速上手-可无缝升级tp6版本
- channel. Detailed explanation of queuedeclare parameters
- Find the original code, inverse code and complement of signed numbers [C language]
- Pointer advanced, string function
- Greenplum 6.x monitoring software setup
猜你喜欢

Greenplum 6.x monitoring software setup

Interpolation lookup (two methods)

Greenplum6.x搭建_安装

Teach you how to select PCB board by hand (II)

登山小分队(dfs)

leetcode134. gas station

idea里使用module项目的一个bug

关于基于kangle和EP面板使用CDN

Esp32-ulp coprocessor low power mode RTC GPIO interrupt wake up
![[MySQL] detailed explanation of trigger content of database advanced](/img/6c/8aad649e4ba1160db3aea857ecf4a1.png)
[MySQL] detailed explanation of trigger content of database advanced
随机推荐
如何在图片的目标中添加目标的mask
Three series of BOM elements
Test pits - what test points should be paid attention to when adding fields to existing interfaces (or database tables)?
Greenplum6.x常用语句
[Nanjing University] - [software analysis] course learning notes (I) -introduction
[step on the pit] Nacos registration has been connected to localhost:8848, no available server
平台化,强链补链的一个支点
Teach you how to select PCB board by hand (II)
详解华为应用市场2022年逐步减少32位包体上架应用和策略
Skills that testers must know: Selenium's three waiting ways are interpreted clearly
Redis fault handling "can't save in background: fork: cannot allocate memory“
如何统计项目代码行数
GoLand set goproxy
FPGA knowledge accumulation [6]
xray的简单使用
Opencv converts 16 bit image data to 8 bits and 8 to 16
Leetcode 1984. Minimum difference in student scores
模拟卷Leetcode【普通】1609. 奇偶树
路由信息协议——RIP
更改当前文件夹及文件夹下文件日期shell脚本