当前位置:网站首页>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;
}
边栏推荐
- A bug using module project in idea
- MAC OSX php dyld: Library not loaded: /usr/local/xxxx. dylib
- opencv之图像分割
- 年薪50w阿裏P8親自下場,教你如何從測試進階
- Database storage - table partition
- 详解华为应用市场2022年逐步减少32位包体上架应用和策略
- Greenplum 6.x build_ Environment configuration
- What is the method of manual wiring in PCB design in 22protel DXP_ Chengdu electromechanical Development Undertaking
- JS operation
- 如何在HarmonyOS应用中集成App Linking服务
猜你喜欢
如何在快应用中实现滑动操作组件
Upload an e-office V9 arbitrary file [vulnerability recurrence practice]
AVL balanced binary search tree
南京商品房买卖启用电子合同,君子签助力房屋交易在线网签备案
[Nanjing University] - [software analysis] course learning notes (I) -introduction
let const
Image segmentation in opencv
let const
[Yugong series] February 2022 U3D full stack class 006 unity toolbar
数字三角形模型 AcWing 1027. 方格取数
随机推荐
LeetCode 736. Lisp 语法解析
Database storage - table partition
Frequently Asked Coding Problems
Enterprise manager cannot connect to the database instance
Greenplum 6.x version change record common manual
[MySQL] detailed explanation of trigger content of database advanced
阿里p8推荐,测试覆盖率工具—Jacoco,实用性极佳
Lenovo hybrid cloud Lenovo xcloud: 4 major product lines +it service portal
Required String parameter ‘XXX‘ is not present
Greenplum6.x搭建_安装
Count sort (diagram)
模拟卷Leetcode【普通】1557. 可以到达所有点的最少点数目
[Yugong series] February 2022 U3D full stack class 005 unity engine view
【踩坑】nacos注册一直连接localhost:8848,no available server
Explain Huawei's application market in detail, and gradually reduce 32-bit package applications and strategies in 2022
Esp32-ulp coprocessor low power mode RTC GPIO interrupt wake up
MySQL主从延迟的解决方案
[Yu Yue education] higher vocational English reference materials of Nanjing Polytechnic University
JS的操作
数字三角形模型 AcWing 1027. 方格取数